Skip to content

Commit f468476

Browse files
authored
Merge pull request #89 from jmsfwk/reduce-php-version
Change minimum PHP version to 7.1
2 parents ab5bb58 + fa58f3e commit f468476

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 7.1
45
- 7.2
56
- 7.3
67

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"php": ">=7.2",
25+
"php": ">=7.1",
2626
"ext-json": "*"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)