From 360a9b0d63c0f7dfa9032841e2c1c717ac2f6ff6 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Thu, 22 Jan 2026 23:17:24 -0800 Subject: [PATCH] require dev phpstan --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index effff34..f03a0aa 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,8 @@ "require-dev": { "phpunit/phpunit": "^10.1", "php-collective/decimal-object": "^1.3", - "cakephp/migrations": "^4.0.0" + "cakephp/migrations": "^4.0.0", + "phpstan/phpstan": "^2.1" }, "suggest": { "dereuromark/cakephp-geo": "^3.2"