Skip to content

Commit

Permalink
Merge pull request #204 from cakephp/lock-phinx-version
Browse files Browse the repository at this point in the history
Lock the phinx dependency version
  • Loading branch information
HavokInspiration committed Mar 2, 2016
2 parents a132980 + 53d79f5 commit 379b7d5
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 @@ -19,8 +19,8 @@
},
"require": {
"php": ">=5.4",
"robmorgan/phinx": "~0.5.0",
"cakephp/cakephp": "~3.1 || 3.2.*"
"robmorgan/phinx": "0.5.1",
"cakephp/cakephp": "~3.1"
},
"require-dev": {
"phpunit/phpunit": "*",
Expand Down

0 comments on commit 379b7d5

Please sign in to comment.