Skip to content

Commit

Permalink
Adding 0.1.6 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Dec 9, 2012
1 parent 96d77ac commit 14aec32
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,31 @@ The fastest way to install Phinx in your project is using Composer (http://getco

1. Install composer:

```
curl -s https://getcomposer.org/installer | php
```
```
curl -s https://getcomposer.org/installer | php
```
1. Add Phinx as a dependency to your `composer.json` file:
```js
{
"require": {
"robmorgan/phinx": "*"
}
}
```
```js
{
"require": {
"robmorgan/phinx": "*"
}
}
```
1. Install Phinx:
```
php composer.phar install
```
```
php composer.phar install
```
1. Execute Phinx:
```
php vendor/bin/phinx
```
```
php vendor/bin/phinx
```
## Documentation
Expand All @@ -74,6 +74,14 @@ Follow Rob (@_rjm_) on Twitter to stay to date (http://twitter.com/_rjm_)
### Version History
**0.1.6** (Sunday, 9th December 2012)
* Added foreign key support
* Removed PEAR support
* Support for auto_increment on custom id columns
* Bugfix for column default value 0
* Documentation improvements
**0.1.5** (Sunday, 4th November 2012)
* Added a test command
Expand Down

0 comments on commit 14aec32

Please sign in to comment.