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

Commit b6425c7

Browse files
committed
Updated to stable deps, using multiple constraints
- Remove support for PHP 5.5 - Updated test matrix to remove 5.5 targets, but add 7.1 targets - zend-expressive-helpers 1.1, 2.2, or 3.0 series are all compatible - zend-expressive-router 1.3 or 2.0 series are both compatible - pin to 1.0.4 as minimum supported zend-expressive-template - pin to 5.7 for PHPUnit
1 parent 45e01d0 commit b6425c7

File tree

3 files changed

+290
-96
lines changed

3 files changed

+290
-96
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ env:
1414
matrix:
1515
fast_finish: true
1616
include:
17-
- php: 5.5
18-
env:
19-
- DEPS=lowest
20-
- php: 5.5
21-
env:
22-
- DEPS=locked
23-
- php: 5.5
24-
env:
25-
- DEPS=latest
2617
- php: 5.6
2718
env:
2819
- DEPS=lowest
@@ -42,6 +33,15 @@ matrix:
4233
- php: 7
4334
env:
4435
- DEPS=latest
36+
- php: 7.1
37+
env:
38+
- DEPS=lowest
39+
- php: 7.1
40+
env:
41+
- DEPS=locked
42+
- php: 7.1
43+
env:
44+
- DEPS=latest
4545
- php: hhvm
4646
env:
4747
- DEPS=lowest

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
}
1919
},
2020
"require": {
21-
"php": "^5.5 || ^7.0",
21+
"php": "^5.6 || ^7.0",
2222
"container-interop/container-interop": "^1.1",
2323
"psr/http-message": "^1.0",
24-
"zendframework/zend-expressive-helpers": "^3.0.0-dev",
25-
"zendframework/zend-expressive-router": "^2.0.0-dev",
26-
"zendframework/zend-expressive-template": "^1.0.1",
24+
"zendframework/zend-expressive-helpers": "^1.1 || ^2.2 || ^3.0",
25+
"zendframework/zend-expressive-router": "^1.3.2 || ^2.0",
26+
"zendframework/zend-expressive-template": "^1.0.4",
2727
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
2828
"zendframework/zend-view": "^2.8.1"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^4.7",
31+
"phpunit/phpunit": "^5.7",
3232
"zendframework/zend-coding-standard": "~1.0.0"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)