We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107f672 commit 3b7e679Copy full SHA for 3b7e679
.travis.yml
@@ -1,9 +1,9 @@
1
language: php
2
3
php:
4
- - 5.6
5
- - 7.0
6
- 7.1
+ - 7.2
+ - 7.3
7
8
before_script:
9
- echo 'date.timezone = "UTC"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
composer.json
@@ -7,7 +7,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
10
- "php" : ">=7.0",
+ "php" : ">=7.1",
11
"ext-json": "*",
12
"scriptotek/marc": "^2.0 || dev-master",
13
"danmichaelo/quitesimplexmlelement": "^1.0",
0 commit comments