Skip to content

Commit d761fb6

Browse files
author
Norbert Orzechowicz
committed
Merge pull request #42 from cakper/patch-1
Update installation instructions
2 parents 6298c3c + 629c713 commit d761fb6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@
1111

1212
##Installation
1313

14-
Add to your composer.json
14+
Require new dev dependency using composer (assuming it's installed globally):
1515

1616
```
17-
require: {
18-
"coduo/php-matcher": "1.1.*"
19-
}
17+
composer require --dev "coduo/php-matcher"
2018
```
2119

2220
## Basic usage

0 commit comments

Comments
 (0)