We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3830c commit cecfef0Copy full SHA for cecfef0
.travis.yml
@@ -1,6 +1,5 @@
1
language: php
2
php:
3
- - '5.4'
4
- '5.5'
5
- '5.6'
6
- '7.0'
@@ -10,3 +9,4 @@ php:
10
9
install: travis_retry composer install --no-interaction --prefer-source
11
12
script: ./vendor/bin/phpunit
+dist: trusty
composer.json
@@ -11,7 +11,7 @@
],
"minimum-stability": "stable",
13
"require": {
14
- "php" : ">=5.4"
+ "php" : ">=5.5"
15
},
16
"require-dev" : {
17
"phpunit/phpunit": "4.*"
0 commit comments