From 2b9bd60ffd32a64c4987a617c8ff16faf90d1594 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Sat, 14 Feb 2026 00:20:28 -0800 Subject: [PATCH] remove min stablility dev --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"