Skip to content

Commit efe9ad3

Browse files
authored
Support Laravel 6
1 parent f128405 commit efe9ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"symfony/http-client": "^4.3",
8-
"illuminate/support": "^5.8"
8+
"illuminate/support": "^5.8|^6.0|^7.0"
99
},
1010
"suggest": {
1111
"illuminate/database": "Allows to send request with data from model",

0 commit comments

Comments
 (0)