Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 16, 2019
1 parent 93d080e commit adb992b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"require": {
"php": ">=7.2.0",
"robmorgan/phinx": "0.11.x-dev",
"cakephp/orm": "4.x-dev",
"cakephp/cache": "4.x-dev"
"cakephp/orm": "^4.0",
"cakephp/cache": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"cakephp/cakephp": "4.x-dev as 4.0.0",
"cakephp/bake": "4.x-dev",
"cakephp/cakephp": "^4.0",
"cakephp/bake": "^2.0",
"cakephp/cakephp-codesniffer": "dev-next"
},
"autoload": {
Expand Down

0 comments on commit adb992b

Please sign in to comment.