Skip to content

Commit 162d115

Browse files
committed
Update constraints to what will be stable versions.
1 parent b1d5ba6 commit 162d115

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"license": "MIT",
77
"require": {
88
"php": ">=8.1",
9-
"cakephp/cakephp": "5.x-dev",
10-
"cakephp/migrations": "4.x-dev",
9+
"cakephp/cakephp": "^5.0.0",
10+
"cakephp/migrations": "^4.0.0",
1111
"cakephp/plugin-installer": "^2.0",
1212
"mobiledetect/mobiledetectlib": "^3.74"
1313
},
1414
"require-dev": {
15-
"cakephp/bake": "3.x-dev",
15+
"cakephp/bake": "^3.0.0",
1616
"cakephp/cakephp-codesniffer": "^5.0",
17-
"cakephp/debug_kit": "5.x-dev",
17+
"cakephp/debug_kit": "^5.0.0",
1818
"josegonzalez/dotenv": "^4.0",
1919
"phpunit/phpunit": "^10.1.0"
2020
},
@@ -47,7 +47,6 @@
4747
"stan": "phpstan analyse",
4848
"test": "phpunit --colors=always"
4949
},
50-
"minimum-stability": "dev",
5150
"prefer-stable": true,
5251
"config": {
5352
"platform-check": true,

0 commit comments

Comments
 (0)