remove min stablility dev
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Successful in 12m44s
CI / testsuite (mysql, 8.4, ) (push) Successful in 15m17s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 12m4s
CI / testsuite (pgsql, 8.4, ) (push) Has started running
CI / testsuite (sqlite, 8.2, ) (push) Has started running
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Has been cancelled
CI / testsuite (sqlite, 8.4, ) (push) Has been cancelled
CI / Coding Standard & Static Analysis (push) Has been cancelled

This commit is contained in:
2026-02-14 00:20:28 -08:00
parent 534c3ab7dc
commit 2b9bd60ffd

View File

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