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 96802db commit f07f052Copy full SHA for f07f052
.travis.yml
@@ -1,15 +1,14 @@
1
language: php
2
3
php:
4
- - 5.4
5
- 5.5
6
- 5.6
7
- 7.0
8
- hhvm
9
10
matrix:
11
include:
12
- - php: 5.4
+ - php: 5.5
13
env: dependencies=lowest
14
15
before_script:
composer.json
@@ -23,6 +23,6 @@
23
"puli/discovery": "^1.0.0-beta8@beta"
24
},
25
"require-dev": {
26
- "phpunit/phpunit": "^5.0"
+ "phpunit/phpunit": "^4.8"
27
}
28
0 commit comments