Skip to content

Commit

Permalink
Use Cake 3.6 stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 15, 2018
1 parent d1c6937 commit d5b1c34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"issues":"https://github.com/ADmad/cakephp-i18n/issues"
},
"require": {
"cakephp/cakephp": "dev-3.next"
"cakephp/cakephp": "^3.6"
},
"require-dev": {
"cakephp/cakephp": "dev-3.next",
"phpunit/phpunit": "<6.0"
"cakephp/cakephp": "^3.6",
"phpunit/phpunit": "^5.7.14|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d5b1c34

Please sign in to comment.