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.
2 parents 858a08e + 9c31507 commit ff67587Copy full SHA for ff67587
.travis.yml
@@ -1,7 +1,8 @@
1
language: "php"
2
php:
3
+ - "5.5"
4
- "5.6"
- - "7.0.4"
5
+ - "7.0"
6
- "hhvm"
7
8
before_script:
composer.json
@@ -35,6 +35,6 @@
35
},
36
"require-dev": {
37
"composer/composer": "^1.1",
38
- "phpunit/phpunit": "^5.3"
+ "phpunit/phpunit": "^4.8 || ^5.3"
39
}
40
0 commit comments