From a23d8436d4024699ebf6a061d75d78335d118f55 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sat, 9 Sep 2023 18:53:26 +0200 Subject: [PATCH] change composer.json to cake5 stable version --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index c7a4df2cc..666dbdade 100644 --- a/composer.json +++ b/composer.json @@ -23,13 +23,13 @@ "source": "https://github.com/cakephp/debug_kit" }, "require": { - "cakephp/cakephp": "5.x-dev", + "cakephp/cakephp": "^5.0.0", "composer/composer": "^2.0", "doctrine/sql-formatter": "^1.1.3" }, "require-dev": { - "cakephp/authorization": "3.x-dev", - "cakephp/cakephp-codesniffer": "5.x-dev", + "cakephp/authorization": "^3.0.0", + "cakephp/cakephp-codesniffer": "^5.0.0", "phpunit/phpunit": "^10.1.0" }, "autoload": { @@ -62,8 +62,6 @@ "stan-setup": "phive install", "test": "phpunit" }, - "minimum-stability": "dev", - "prefer-stable": true, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true