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 52f7b1d commit 446d27dCopy full SHA for 446d27d
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 7.0
5
- 7.1
6
- 7.2
7
README.md
@@ -9,7 +9,7 @@
9
10
## Requirements
11
12
-* PHP 7.0+
+* PHP 7.1+
13
14
## Installation
15
composer.json
@@ -15,7 +15,7 @@
}
16
],
17
"require": {
18
- "php": ">=7.0"
+ "php": ">=7.1"
19
},
20
"require-dev": {
21
"phpunit/phpunit": "^6.0|^7.0"
0 commit comments