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 ef5dc20 commit c8e4dbdCopy full SHA for c8e4dbd
README.md
@@ -11,7 +11,7 @@
11
12
To install this package you will need:
13
14
- - Laravel >= 5.3
+ - Laravel >= 5.6
15
- PHP 7.1.3+
16
17
composer.json
@@ -21,7 +21,7 @@
21
],
22
"require": {
23
"php": ">=7.1.3",
24
- "illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*",
+ "illuminate/support": "5.6.*|5.7.*",
25
"guzzlehttp/guzzle": "~6.0"
26
},
27
"autoload": {
@@ -30,8 +30,8 @@
30
}
31
32
"require-dev": {
33
- "orchestra/testbench": "~3.5",
34
- "phpunit/phpunit": "~6.0|~7.0"
+ "orchestra/testbench": "~3.7",
+ "phpunit/phpunit": "~7.0"
35
36
"autoload-dev": {
37
"psr-4": {
0 commit comments