diff --git a/composer.json b/composer.json index cb95ab9d84..559cc29400 100644 --- a/composer.json +++ b/composer.json @@ -6,15 +6,15 @@ "license": "MIT", "require": { "php": ">=8.1", - "cakephp/cakephp": "5.x-dev", - "cakephp/migrations": "4.x-dev", + "cakephp/cakephp": "^5.0.0", + "cakephp/migrations": "^4.0.0", "cakephp/plugin-installer": "^2.0", "mobiledetect/mobiledetectlib": "^3.74" }, "require-dev": { - "cakephp/bake": "3.x-dev", + "cakephp/bake": "^3.0.0", "cakephp/cakephp-codesniffer": "^5.0", - "cakephp/debug_kit": "5.x-dev", + "cakephp/debug_kit": "^5.0.0", "josegonzalez/dotenv": "^4.0", "phpunit/phpunit": "^10.1.0" }, @@ -47,7 +47,6 @@ "stan": "phpstan analyse", "test": "phpunit --colors=always" }, - "minimum-stability": "dev", "prefer-stable": true, "config": { "platform-check": true,