Skip to content

Commit 3b7e679

Browse files
committed
Require PHP 7.1
1 parent 107f672 commit 3b7e679

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
64
- 7.1
5+
- 7.2
6+
- 7.3
77

88
before_script:
99
- echo 'date.timezone = "UTC"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"minimum-stability": "dev",
88
"prefer-stable": true,
99
"require": {
10-
"php" : ">=7.0",
10+
"php" : ">=7.1",
1111
"ext-json": "*",
1212
"scriptotek/marc": "^2.0 || dev-master",
1313
"danmichaelo/quitesimplexmlelement": "^1.0",

0 commit comments

Comments
 (0)