Skip to content

Commit 62c566e

Browse files
authored
Merge pull request #1 from tutNichts/master
Support Laravel 5.8
2 parents 5161b2a + 65badc2 commit 62c566e

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php" : "^7.0",
20-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
20+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
2121
"graham-campbell/guzzle-factory": "^3.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)