Skip to content

Commit b27d1f8

Browse files
authored
Merge pull request #33 from ianmustafa/patch-1
Add support for Laravel 6.0
2 parents 578e856 + e85cff7 commit b27d1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php" : "^5.6|^7.0",
12-
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
12+
"illuminate/support": "^5.1|^6.0"
1313
},
1414
"autoload" : {
1515
"psr-4" : {

0 commit comments

Comments
 (0)