Skip to content

Commit

Permalink
Merge pull request #170 from cakephp/1.3.2
Browse files Browse the repository at this point in the history
[1.3.X] Update phinx dependency to a more suitable version
  • Loading branch information
HavokInspiration committed Dec 16, 2015
2 parents 6f9f3da + cd27221 commit 3f70f2b
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 3f70f2b

Please sign in to comment.