Skip to content

Commit

Permalink
Trying to make the plugin usable in cake 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 5, 2016
1 parent c763a9f commit 4fdc704
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 @@ -20,7 +20,7 @@
"require": {
"php": ">=5.4",
"robmorgan/phinx": "~0.5.0",
"cakephp/cakephp": "~3.1"
"cakephp/cakephp": "~3.1,3.2.*"
},
"require-dev": {
"phpunit/phpunit": "*",
Expand Down

1 comment on commit 4fdc704

@HavokInspiration
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this broke stuff.
The builds can not be launched anymore, it doesn't find anything suitable to install cakephp/cakephp

Please sign in to comment.