dev-prod not locked on single release version

This commit is contained in:
2025-03-29 03:07:37 -07:00
parent e8e7afa86c
commit 80e8ae96a4

View File

@@ -6,7 +6,7 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"dereuromark/cakephp-tools": "^3.9", "dereuromark/cakephp-tools": "^3.9",
"hi-powered-dev/cheese-cake": "^0.0.6", "hi-powered-dev/cheese-cake": "dev-prod",
"cakephp/migrations": "^4.0.0", "cakephp/migrations": "^4.0.0",
"cakephp/cakephp": "^5.0.1" "cakephp/cakephp": "^5.0.1"
}, },