Skip to content

Commit

Permalink
Bump to stable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 10, 2023
1 parent 1866242 commit ac1d956
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"require": {
"php": ">=8.1",
"robmorgan/phinx": "1.x-dev",
"cakephp/orm": "5.x-dev",
"cakephp/cache": "5.x-dev"
"robmorgan/phinx": "^2.0",
"cakephp/orm": "^5.0",
"cakephp/cache": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1.0",
"cakephp/cakephp": "5.x-dev",
"cakephp/bake": "3.x-dev",
"cakephp/cakephp": "^5.0",
"cakephp/bake": "^3.0",
"cakephp/cakephp-codesniffer": "^4.1"
},
"autoload": {
Expand Down

0 comments on commit ac1d956

Please sign in to comment.