Skip to content

Commit d2d2d41

Browse files
authored
Make package ready for Laravel 6
1 parent 8e0867d commit d2d2d41

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|~5.8.0",
20+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
2121
"graham-campbell/guzzle-factory": "^3.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)