Skip to content

Commit 304e948

Browse files
Making library compatible above PHP 7.0
1 parent 9e1ec06 commit 304e948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.6
76
- 7.0
87
- 7.1
8+
- 7.2
99

1010
cache:
1111
directories:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=5.6.4",
23+
"php": ">=7.0.0",
2424
"illuminate/support": "~5.3|~5.4|~5.5",
2525
"guzzlehttp/guzzle": "~6.0"
2626
},

0 commit comments

Comments
 (0)