Skip to content

Commit 629c713

Browse files
committed
Update installation instructions
1 parent 6298c3c commit 629c713

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
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)