Skip to content

Commit 9139ad1

Browse files
authored
Support Laravel 5.6
Add support for Laravel 5.6
1 parent 8242de4 commit 9139ad1

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
@@ -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"
12+
"illuminate/support": "~5.1.x|~5.2.x|~5.3.x|~5.4.x|~5.5.x|~5.6.x"
1313
},
1414
"autoload" : {
1515
"psr-4" : {

0 commit comments

Comments
 (0)