Skip to content

Commit

Permalink
Update composer version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornhoft committed Jul 8, 2016
1 parent fa0df68 commit 512d6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -22,13 +22,13 @@ FluentPDO is small PHP library for rapid query building. Killer feature is "Smar

### Composer

The preferred way to install FluentPDO is via [composer](http://getcomposer.org/).
The preferred way to install FluentPDO is via [composer](http://getcomposer.org/). v1.1.x will be the last until the release of 2.0, so we recommend using 1.1.* to ensure no breaking changes are introduced.

Add in your `composer.json`:

"require": {
...
"fpdo/fluentpdo": "dev-master"
"fpdo/fluentpdo": "1.1.*"
}

then update your dependencies with `composer update`.
Expand Down

0 comments on commit 512d6a0

Please sign in to comment.