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

Commit 964292d

Browse files
committed
Bumped minimum supported PHP version to 5.6.
1 parent 04b1f6c commit 964292d

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,15 @@ env:
2424
matrix:
2525
fast_finish: true
2626
include:
27-
- php: 5.5
28-
env:
29-
- DEPS=lowest
30-
- php: 5.5
31-
env:
32-
- DEPS=locked
33-
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
34-
- PATH="$HOME/.local/bin:$PATH"
35-
- php: 5.5
36-
env:
37-
- DEPS=latest
3827
- php: 5.6
3928
env:
4029
- DEPS=lowest
4130
- php: 5.6
4231
env:
4332
- DEPS=locked
4433
- TEST_COVERAGE=true
34+
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
35+
- PATH="$HOME/.local/bin:$PATH"
4536
- php: 5.6
4637
env:
4738
- DEPS=latest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"require": {
16-
"php": "^5.5 || ^7.0",
16+
"php": "^5.6 || ^7.0",
1717
"zendframework/zend-eventmanager": "^3.0",
1818
"zendframework/zend-http": "^2.5.4",
1919
"zendframework/zend-modulemanager": "^2.7.1",

doc/book/migration/to-v3-0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Additionally, the following components require their v3 releases:
4949
- zend-servicemanager
5050
- zend-stdlib
5151

52+
The minimum supported PHP version was bumped to 5.6.
53+
5254
## Application class
5355

5456
The following changes were made to the `Zend\Mvc\Application` constructor:

0 commit comments

Comments
 (0)