Skip to content

Commit

Permalink
Merge pull request #334 from FriendsOfCake/cake-5-update
Browse files Browse the repository at this point in the history
Bump up deps to stable versions
  • Loading branch information
ADmad authored Sep 13, 2023
2 parents 613f827 + 93a8dc6 commit 1dd6df2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
}
],
"require": {
"cakephp/cakephp": "5.x-dev"
"cakephp/cakephp": "^5.0"
},
"require-dev": {
"cakephp/twig-view": "2.x-dev",
"cakephp/bake": "3.x-dev",
"cakephp/twig-view": "^2.0",
"cakephp/bake": "^3.0",
"phpunit/phpunit": "^10.1",
"cakephp/cakephp-codesniffer": "^5.0"
},
Expand Down Expand Up @@ -63,7 +63,5 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 1dd6df2

Please sign in to comment.