Skip to content

Commit 7c19f35

Browse files
committed
Updated minimum requirements to PHP LTS versions only.
1 parent a2e2e15 commit 7c19f35

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

.travis.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,10 @@ env:
55
- ZF_VERSION=2.4.*
66
- ZF_VERSION=2.5.*
77

8-
matrix:
9-
fast_finish: true
10-
include:
11-
- php: 5.3.29
12-
dist: precise
13-
env: ZF_VERSION=^2.4
14-
- php: 5.3.29
15-
dist: precise
16-
env: ZF_VERSION=2.4.*
17-
- php: 5.3.29
18-
dist: precise
19-
env: ZF_VERSION=2.5.*
20-
218
php:
22-
- 5.4
23-
- 5.5
249
- 5.6
2510
- 7.0
11+
- 7.1
2612

2713
before_install:
2814
- composer require --update-with-dependencies zendframework/zend-loader:${ZF_VERSION} zendframework/zend-servicemanager:${ZF_VERSION} zendframework/zend-modulemanager:${ZF_VERSION} zendframework/zend-mvc:${ZF_VERSION} zendframework/zend-view:${ZF_VERSION} zendframework/zend-serializer:${ZF_VERSION} zendframework/zend-log:${ZF_VERSION} zendframework/zend-i18n:${ZF_VERSION} zendframework/zend-http:${ZF_VERSION} zendframework/zend-console:${ZF_VERSION}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.29",
15+
"php": ">=5.6",
1616
"zendframework/zend-loader": "^2.4",
1717
"zendframework/zend-servicemanager": "^2.4",
1818
"zendframework/zend-modulemanager": "^2.4",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)