Skip to content

Commit

Permalink
Lock the phinx dependency version to avoid breakage when a new versio…
Browse files Browse the repository at this point in the history
…n of phinx is released
  • Loading branch information
HavokInspiration committed Mar 1, 2016
1 parent a132980 commit 53d79f5
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 53d79f5

Please sign in to comment.