require dev phpstan
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Successful in 5m57s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 4m12s
CI / testsuite (mysql, 8.4, ) (push) Has started running
CI / Coding Standard & Static Analysis (push) Has been cancelled

This commit is contained in:
2026-01-22 23:17:24 -08:00
parent 7df87b9eef
commit 360a9b0d63

View File

@@ -11,7 +11,8 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "^10.1", "phpunit/phpunit": "^10.1",
"php-collective/decimal-object": "^1.3", "php-collective/decimal-object": "^1.3",
"cakephp/migrations": "^4.0.0" "cakephp/migrations": "^4.0.0",
"phpstan/phpstan": "^2.1"
}, },
"suggest": { "suggest": {
"dereuromark/cakephp-geo": "^3.2" "dereuromark/cakephp-geo": "^3.2"