Skip to content

Commit bb04934

Browse files
committed
Merge pull request #261 from staabm/patch-1
fixed composer usage for unit tests
2 parents 098e2bf + 606d568 commit bb04934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ Unit Tests
582582
To run unit tests, you'll need `cURL` and a set of dependencies you can install using Composer:
583583

584584
```
585-
php composer.phar install --dev
585+
composer install --dev
586586
```
587587

588588
Once installed, just launch the following command:

0 commit comments

Comments
 (0)