Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Distinguish between 1.x and 2.x in README
Browse files Browse the repository at this point in the history
  • Loading branch information
DRvanR committed Dec 15, 2015
1 parent e6ac7cb commit 49dcd84
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,13 @@ please add the following to your composer.json:

# Installation
The QA tools can easily be installed by using composer:
```sh
composer require --dev ibuildings/qa-tools=~2.0
```


```bash
Alternatively, if you need support for php 5.3 you can use the 1.x releases:
```sh
composer require --dev ibuildings/qa-tools=~1.1
```

Expand Down

0 comments on commit 49dcd84

Please sign in to comment.