Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit addc40f

Browse files
committed
Updated to mark PHP 5.6 as minimum supported version
1 parent 05fbf99 commit addc40f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ env:
2424
matrix:
2525
fast_finish: true
2626
include:
27-
- php: 5.5
28-
env:
29-
- EXECUTE_CS_CHECK=true
3027
- php: 5.6
3128
env:
3229
- EXECUTE_TEST_COVERALLS=true
3330
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
3431
- PATH="$HOME/.local/bin:$PATH"
3532
- php: 7
33+
env:
34+
- EXECUTE_CS_CHECK=true
3635
- php: hhvm
3736
allow_failures:
3837
- php: hhvm

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"require": {
17-
"php": "^5.5 || ^7.0",
17+
"php": "^5.6 || ^7.0",
1818
"container-interop/container-interop": "~1.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)