Skip to content

Commit

Permalink
Merge pull request #1019 from cakephp/ADmad-patch-1
Browse files Browse the repository at this point in the history
Avoid unintentional jump to new core minor.
  • Loading branch information
markstory authored Sep 18, 2024
2 parents 926fccc + 087aeb2 commit 0af0d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://cakephp.org",
"require": {
"php": ">=8.1",
"cakephp/cakephp": "^5.1.0",
"cakephp/cakephp": "5.1.*",
"cakephp/migrations": "^4.0.0",
"cakephp/plugin-installer": "^2.0",
"mobiledetect/mobiledetectlib": "^4.8.03"
Expand Down

0 comments on commit 0af0d61

Please sign in to comment.