Skip to content

Commit 6ccdf77

Browse files
authored
Merge pull request #44 from SoapBox/feature/support-laravel-56
[Feature] Support Laravel 5.6
2 parents 0a7e99e + 25bdf57 commit 6ccdf77

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
@@ -22,7 +22,7 @@
2222
"php" : ">=7.0.10",
2323
"league/csv": "~9.0",
2424
"mustangostang/spyc": "~0.6",
25-
"illuminate/support": "5.5.x"
25+
"illuminate/support": "~5.5"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^5.7 || ^6.5"

0 commit comments

Comments
 (0)