Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
challgren authored Dec 16, 2019
1 parent 9d77a4f commit 580c7c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"require": {
"php": ">=7.2",
"cakephp/cakephp": "4.x-dev as 4.0.0",
"cakephp/cakephp": "^4.0.0",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"cakephp/cakephp-codesniffer": "dev-next"
"cakephp/cakephp-codesniffer": "^4.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 580c7c1

Please sign in to comment.