Skip to content

Commit

Permalink
Fix Cake version constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 15, 2018
1 parent 99bbecd commit 969c459
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 @@ -30,10 +30,10 @@
"source": "https://github.com/usemuffin/orderly"
},
"require": {
"cakephp/orm": "3.4.*"
"cakephp/orm": "^3.4"
},
"require-dev": {
"cakephp/cakephp": "3.4.*",
"cakephp/cakephp": "^3.4",
"phpunit/phpunit": "^5.7.14|^6.0"
},
"autoload": {
Expand Down

0 comments on commit 969c459

Please sign in to comment.