We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff1e4a9 + 07d06ca commit 1dd150aCopy full SHA for 1dd150a
.travis.yml
@@ -4,8 +4,8 @@ php:
4
- 7.1
5
- 7.2
6
before_install:
7
-- if [[ $TRAVIS_PHP_VERSION == 7.1* ]]; then composer require phpunit/phpunit:~7.5.9; else composer self-update;fi
+- composer self-update
8
before_script:
9
- composer install
10
script:
11
-- phpunit --configuration phpunit.xml
+- vendor/bin/phpunit --configuration phpunit.xml
composer.json
@@ -10,7 +10,7 @@
"ext-dom": "*"
},
12
"require-dev": {
13
- "phpunit/phpunit": "^5.7"
+ "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0"
14
15
"autoload": {
16
"psr-4": {
0 commit comments