Skip to content

Commit 606d568

Browse files
committed
fixed composer usage for unit tests
1 parent fcb858e commit 606d568

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)