Skip to content

Commit 75226df

Browse files
Bump version to use just PHP 7 and above
1 parent 681a6a3 commit 75226df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
5+
- 7.1
6+
- 7.2
67
- hhvm
78

89
matrix:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php" : "^5.4|^7.0",
14+
"php": "^7.0|^7.1|^7.2",
1515
"guzzlehttp/guzzle": "5.*|6.*",
1616
"vlucas/phpdotenv": "^2.2"
1717
},

0 commit comments

Comments
 (0)