Skip to content

Commit c8e4dbd

Browse files
Support for Laravel 5.7 and set min to 5.6
1 parent ef5dc20 commit c8e4dbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
To install this package you will need:
1313

14-
- Laravel >= 5.3
14+
- Laravel >= 5.6
1515
- PHP 7.1.3+
1616

1717

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=7.1.3",
24-
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*",
24+
"illuminate/support": "5.6.*|5.7.*",
2525
"guzzlehttp/guzzle": "~6.0"
2626
},
2727
"autoload": {
@@ -30,8 +30,8 @@
3030
}
3131
},
3232
"require-dev": {
33-
"orchestra/testbench": "~3.5",
34-
"phpunit/phpunit": "~6.0|~7.0"
33+
"orchestra/testbench": "~3.7",
34+
"phpunit/phpunit": "~7.0"
3535
},
3636
"autoload-dev": {
3737
"psr-4": {

0 commit comments

Comments
 (0)