Skip to content

Commit cecfef0

Browse files
committedJul 28, 2017
support up to 5.5
1 parent da3830c commit cecfef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '5.4'
43
- '5.5'
54
- '5.6'
65
- '7.0'
@@ -10,3 +9,4 @@ php:
109
install: travis_retry composer install --no-interaction --prefer-source
1110

1211
script: ./vendor/bin/phpunit
12+
dist: trusty

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php" : ">=5.4"
14+
"php" : ">=5.5"
1515
},
1616
"require-dev" : {
1717
"phpunit/phpunit": "4.*"

0 commit comments

Comments
 (0)
Please sign in to comment.