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

Commit 69925b1

Browse files
committed
Updated requirements
- PHP: require 5.6 as minimum supported version - PHPUnit: bump to ^5.6 - Update travis to test 7.1, but remove 5.5 testing
1 parent 3b884eb commit 69925b1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,15 @@ env:
2323

2424
matrix:
2525
include:
26-
- php: 5.5
27-
env:
28-
- CS_CHECK=true
29-
- EXECUTE_DOC_CHECK=true
3026
- php: 5.6
3127
env:
3228
- TEST_COVERAGE=true
3329
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
3430
- PATH="$HOME/.local/bin:$PATH"
3531
- php: 7
32+
env:
33+
- CS_CHECK=true
34+
- php: 7.1
3635
- php: hhvm
3736
allow_failures:
3837
- php: hhvm

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
}
3030
},
3131
"require": {
32-
"php": "^5.5 || ^7.0"
32+
"php": "^5.6 || ^7.0"
3333
},
3434
"require-dev": {
35-
"phpunit/PHPUnit": "~4.0",
35+
"phpunit/PHPUnit": "^5.6",
3636
"athletic/athletic": "^0.1",
3737
"zendframework/zend-stdlib": "^2.7.3 || ^3.0",
3838
"container-interop/container-interop": "^1.1.0",

0 commit comments

Comments
 (0)