We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681a6a3 commit 75226dfCopy full SHA for 75226df
.travis.yml
@@ -1,8 +1,9 @@
1
language: php
2
3
php:
4
- - 5.6
5
- 7.0
+ - 7.1
6
+ - 7.2
7
- hhvm
8
9
matrix:
composer.json
@@ -11,7 +11,7 @@
11
],
12
"minimum-stability": "stable",
13
"require": {
14
- "php" : "^5.4|^7.0",
+ "php": "^7.0|^7.1|^7.2",
15
"guzzlehttp/guzzle": "5.*|6.*",
16
"vlucas/phpdotenv": "^2.2"
17
},
0 commit comments