Skip to content

Commit

Permalink
Update phinx dependency to a more suitable version
Browse files Browse the repository at this point in the history
Also update the README with some important notes.
  • Loading branch information
HavokInspiration committed Dec 13, 2015
1 parent 6f9f3da commit cd27221
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ The plugin consists of a wrapper for the [phinx](http://phinx.org) migrations li

Full documentation of the plugin can be found on the [CakePHP Cookbook](http://book.cakephp.org/3.0/en/migrations.html).

## Special notes

This is the last release of the plugin compatible with the CakePHP 3.0.X release cycle.
Be aware that, due to a defect in our main dependency, if you use the SQLite database provider and update indexes in an existing table, the table may be dropped during migrations. The bug has been fixed for later versions of the plugin.
Also note that if you run the test suites of this version of the plugin, it will fail.

## Installation

You can install this plugin into your CakePHP application using
Expand Down
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": "dev-master",
"cakephp/cakephp": "~3.0"
"robmorgan/phinx": ">=0.4.2 <0.5.0",
"cakephp/cakephp": "3.0.*"
},
"require-dev": {
"phpunit/phpunit": "*",
Expand Down

0 comments on commit cd27221

Please sign in to comment.