Skip to content

Commit

Permalink
add support for updated illuminate components
Browse files Browse the repository at this point in the history
  • Loading branch information
browner12 committed Mar 8, 2018
1 parent 9bef3c6 commit 9d3e67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -15,10 +15,10 @@
}
},
"require": {
"illuminate/support": "~5.1|~5.2|~5.3",
"illuminate/support": "~5.1|~5.2|~5.3|~5.4|~5.5|~5.6",
"symfony/console": "~2.7|~3.0|~4.0",
"symfony/process": "~2.7|~3.0|~4.0",
"illuminate/filesystem": "~5.1|~5.2|~5.3",
"illuminate/filesystem": "~5.1|~5.2|~5.3|~5.4|~5.5|~5.6",
"guzzlehttp/guzzle": "~6.0"
},
"bin": [
Expand Down

0 comments on commit 9d3e67f

Please sign in to comment.