Skip to content

Commit 087aeb2

Browse files
authored
Avoid unintentional jump to new core minor.
It often makes apps go kaboom which taking appropriate upgradation steps.
1 parent 926fccc commit 087aeb2

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
@@ -6,7 +6,7 @@
66
"homepage": "https://cakephp.org",
77
"require": {
88
"php": ">=8.1",
9-
"cakephp/cakephp": "^5.1.0",
9+
"cakephp/cakephp": "5.1.*",
1010
"cakephp/migrations": "^4.0.0",
1111
"cakephp/plugin-installer": "^2.0",
1212
"mobiledetect/mobiledetectlib": "^4.8.03"

0 commit comments

Comments
 (0)