We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be796bd commit 9008f83Copy full SHA for 9008f83
.travis.yml
@@ -5,8 +5,8 @@ php:
5
- '7.2'
6
7
script:
8
- - php composer.phar self-update
9
- - php composer.phar install --dev
+# - composer self-update
+ - composer install --dev
10
- ./vendor/bin/phpunit
11
12
notifications:
0 commit comments