upgrade cake migrations fix failing ci
CI / testsuite (mysql, 8.5, ) (push) Successful in 2m49s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 4m27s
CI / testsuite (pgsql, 8.5, ) (push) Successful in 2m53s
CI / testsuite (mysql, 8.2, ) (push) Successful in 5m47s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 4m34s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 3m42s
CI / Coding Standard & Static Analysis (push) Successful in 3m31s
CI / testsuite (sqlite, 8.5, ) (push) Successful in 10m25s

This commit is contained in:
bs
2026-08-26 01:36:53 -07:00
parent 5c9900d594
commit 6d5085ecfe
+1 -1
View File
@@ -13,7 +13,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^10.3", "phpunit/phpunit": "^10.3",
"cakephp/migrations": "^4.0.0", "cakephp/migrations": "^4.5.0",
"cakedc/cakephp-phpstan": "^4.1", "cakedc/cakephp-phpstan": "^4.1",
"dereuromark/composer-prefer-lowest": "^0.1.10", "dereuromark/composer-prefer-lowest": "^0.1.10",
"fig-r/psr2r-sniffer": "^2.7" "fig-r/psr2r-sniffer": "^2.7"