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

Commit 49dcd84

Browse files
author
DRvanR
committed
Distinguish between 1.x and 2.x in README
1 parent e6ac7cb commit 49dcd84

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,13 @@ please add the following to your composer.json:
4848

4949
# Installation
5050
The QA tools can easily be installed by using composer:
51+
```sh
52+
composer require --dev ibuildings/qa-tools=~2.0
53+
```
54+
5155

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

0 commit comments

Comments
 (0)