We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5af66e commit 91510deCopy full SHA for 91510de
.travis.yml
@@ -15,4 +15,4 @@ php:
15
before_script:
16
- composer update
17
18
-script: phpunit
+script: vendor/bin/phpunit
composer.json
@@ -14,6 +14,9 @@
14
"require": {
"php": "^5.3 || ^7.0"
},
+ "require-dev": {
+ "phpunit/phpunit": "^4.5"
19
+ },
20
"autoload": {
21
"psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" }
22
0 commit comments