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 0bd89a4 commit b52f8acCopy full SHA for b52f8ac
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- '5.5'
5
- '5.6'
6
- '7.0'
7
+ - '7.1'
8
- hhvm
9
- nightly
10
composer.json
@@ -11,7 +11,7 @@
11
},
12
"require-dev": {
13
"phing/phing": "2.*",
14
- "phpunit/phpunit": "*",
+ "phpunit/phpunit": "4.* || 5.*",
15
"setbased/phing-extensions": "2.*"
16
17
"autoload": {
0 commit comments