Skip to content

Commit b0fc8e5

Browse files
committed
change composer.json to cake5 stable version
1 parent 59dbd18 commit b0fc8e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
},
2020
"require": {
2121
"php": ">=8.1",
22-
"cakephp/cakephp": "5.x-dev as 5.0.0",
22+
"cakephp/cakephp": "^5.0.0",
2323
"enqueue/simple-client": "^0.10",
2424
"psr/log": "^3.0"
2525
},
2626
"require-dev": {
27-
"cakephp/bake": "3.x-dev as 3.0.0",
27+
"cakephp/bake": "^3.0.0",
2828
"cakephp/cakephp-codesniffer": "^5.0",
2929
"enqueue/fs": "^0.10",
3030
"phpunit/phpunit": "^10.1.0"
@@ -64,8 +64,6 @@
6464
"test": "phpunit",
6565
"test-coverage": "phpunit --coverage-clover=clover.xml"
6666
},
67-
"minimum-stability": "dev",
68-
"prefer-stable": true,
6967
"config": {
7068
"sort-packages": true,
7169
"allow-plugins": {

0 commit comments

Comments
 (0)