Skip to content

Commit

Permalink
Merge pull request #215 from FriendsOfCake/cake-3.5
Browse files Browse the repository at this point in the history
Lower Cake version requirement to 3.5.
  • Loading branch information
ADmad authored Apr 16, 2018
2 parents 482191d + c24db8e commit f928b2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
}
],
"require": {
"cakephp/cakephp": "^3.6.0"
"cakephp/cakephp": "^3.5"
},
"require-dev": {
"cakephp/chronos": "^1.1",
"friendsofcake/cakephp-test-utilities": "^1.0",
"phpunit/phpunit": "^5.7.14|^6.0",
"cakephp/cakephp-codesniffer": "^3.0",
Expand Down

0 comments on commit f928b2b

Please sign in to comment.