diff --git a/composer.json b/composer.json index 32f6214..ae94cd2 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,6 @@ "description": "A CakePHP plugin for storing entities in carts", "type": "cakephp-plugin", "license": "MIT", - "minimum-stability": "dev", "require": { "php": ">=8.2", "dereuromark/cakephp-tools": "^3.9", @@ -18,7 +17,7 @@ "cakedc/cakephp-phpstan": "^4.1", "cakephp/authentication": "^3.0", "fig-r/psr2r-sniffer": "^2.7", - "cakephp/authorization": "3.x-dev" + "cakephp/authorization": "^3.0" }, "suggest": { "hi-powered-dev/cake-products": "Manage products and SKUs with a heirarhical category structure, includes attributes and variants"