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

Commit d6f181d

Browse files
committed
Require at least PHP 7.1
1 parent a7434b8 commit d6f181d

File tree

3 files changed

+3
-23
lines changed

3 files changed

+3
-23
lines changed

.travis.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,6 @@ env:
1313

1414
matrix:
1515
include:
16-
- php: 5.6
17-
env:
18-
- DEPS=lowest
19-
- php: 5.6
20-
env:
21-
- DEPS=locked
22-
- LEGACY_DEPS="phpunit/phpunit"
23-
- php: 5.6
24-
env:
25-
- DEPS=latest
26-
- php: 7
27-
env:
28-
- DEPS=lowest
29-
- php: 7
30-
env:
31-
- DEPS=locked
32-
- LEGACY_DEPS="phpunit/phpunit"
33-
- php: 7
34-
env:
35-
- DEPS=latest
3616
- php: 7.1
3717
env:
3818
- DEPS=lowest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^5.6 || ^7.0",
12+
"php": "^7.1",
1313
"zendframework/zend-config-aggregator": "^1.1",
1414
"zendframework/zend-modulemanager": "^2.8"
1515
},

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)