Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 4cf902f

Browse files
authored
Use stable CakePHP 5.x by default
1 parent 60cf476 commit 4cf902f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=8.1",
2020
"php-http/httplug": "^2.0",
2121
"php-http/discovery": "^1.0",
22-
"cakephp/cakephp": "5.x-dev"
22+
"cakephp/cakephp": "^5.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)