From 162d11508018038314385e497b0626bb218573bb Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 9 Sep 2023 22:49:28 -0400 Subject: [PATCH] Update constraints to what will be stable versions. --- composer.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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,