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 c433d7f commit 4f3d675Copy full SHA for 4f3d675
.travis.yml
@@ -3,7 +3,6 @@ language: php
3
sudo: false
4
5
php:
6
- - 7.1
7
- 7.2
8
- 7.3
9
README.md
@@ -12,7 +12,7 @@
12
To install this package you will need:
13
14
- Laravel >= 5.6
15
- - PHP 7.1.3+
+ - PHP 7.2+
16
17
18
Run this command to install via composer
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": ">=7.1.3",
+ "php": ">=7.2",
24
"illuminate/support": "5.6.*|5.7.*",
25
"guzzlehttp/guzzle": "~6.0"
26
},
0 commit comments