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 43d24e4 commit aa49d41Copy full SHA for aa49d41
.travis.yml
@@ -5,7 +5,10 @@ php:
5
- 5.4
6
- 5.5
7
- 5.6
8
- - 7
+ - 7.0
9
+ - 7.1
10
+ - 7.2
11
+ - 7.3
12
- hhvm # ignore errors, see below
13
14
# lock distro so future defaults will not break the build
composer.json
@@ -26,7 +26,7 @@
26
"require-dev": {
27
"clue/arguments": "^2.0",
28
"clue/commander": "^1.2",
29
- "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
+ "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
30
},
31
"config": {
32
"sort-packages": true
0 commit comments