Skip to content

Commit

Permalink
Support illuminate 5.4 and above.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 4, 2017
1 parent ff45bd8 commit e3ae0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.4.0",
"illuminate/filesystem": "~5.4.0",
"illuminate/support": "~5.4",
"illuminate/filesystem": "~5.4",
"doctrine/annotations": "~1.2",
"phpdocumentor/reflection-docblock": "3.1.*"
},
Expand Down

0 comments on commit e3ae0a5

Please sign in to comment.