Skip to content

Commit c38a4a4

Browse files
authored
Merge pull request laravel#23 from browner12/patch-1
add support for updated illuminate components
2 parents 9bef3c6 + 9d3e67f commit c38a4a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
}
1616
},
1717
"require": {
18-
"illuminate/support": "~5.1|~5.2|~5.3",
18+
"illuminate/support": "~5.1|~5.2|~5.3|~5.4|~5.5|~5.6",
1919
"symfony/console": "~2.7|~3.0|~4.0",
2020
"symfony/process": "~2.7|~3.0|~4.0",
21-
"illuminate/filesystem": "~5.1|~5.2|~5.3",
21+
"illuminate/filesystem": "~5.1|~5.2|~5.3|~5.4|~5.5|~5.6",
2222
"guzzlehttp/guzzle": "~6.0"
2323
},
2424
"bin": [

0 commit comments

Comments
 (0)