Skip to content

Commit

Permalink
Allow any version of CakePHP 2
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 30, 2015
1 parent ca45186 commit ed83d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require" : {
"php" : ">=5.4",
"composer/installers" : "~1.0",
"cakephp/cakephp" : "2.5.*",
"cakephp/cakephp" : "2.*",
"friendsofcake/crud" : "3.*",
"josegonzalez/dotenv": "1.*",
"ad7six/dsn": "0.3.*"
Expand Down

0 comments on commit ed83d7c

Please sign in to comment.