diff --git a/composer.json b/composer.json index fdceb1b47..cd196be4f 100644 --- a/composer.json +++ b/composer.json @@ -7,16 +7,16 @@ "require": { "php": ">=8.2", "cakephp/cakephp": "5.3.*", - "cakephp/migrations": "^5.0.0", + "cakephp/migrations": "^5.0", "cakephp/plugin-installer": "^2.0", "mobiledetect/mobiledetectlib": "^4.8.03" }, "require-dev": { - "cakephp/bake": "^3.0.0", + "cakephp/bake": "^3.6", "cakephp/cakephp-codesniffer": "^5.3", - "cakephp/debug_kit": "^5.2.0", + "cakephp/debug_kit": "^5.2", "josegonzalez/dotenv": "^4.0", - "phpunit/phpunit": "^11.5.3 || ^12.1.3" + "phpunit/phpunit": "^11.5.3 || ^12.1.3 || ^13.0" }, "suggest": { "cakephp/repl": "Console tools for a REPL interface for CakePHP applications.",