From ec0e8443328040289b410f2311e3ad999e5ab929 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Sat, 21 Mar 2026 01:30:06 -0700 Subject: [PATCH] fix migrations error --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7bf3dc..d8bbcd7 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "require-dev": { "phpunit/phpunit": "^10.3", "php-collective/decimal-object": "^1.3", - "cakephp/migrations": "^4.0.0", + "cakephp/migrations": "^4.5.0", "phpstan/phpstan": "^2.1", "dereuromark/composer-prefer-lowest": "^0.1.10", "cakedc/cakephp-phpstan": "^4.1",