Skip to content

Commit

Permalink
Allow use of laravel 5.4 components
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwilr authored Jan 25, 2017
1 parent 53c2e55 commit 7f61717
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.1.* || 5.2.* || 5.3.*",
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"doctrine/annotations": "~1.2",
"phpdocumentor/reflection-docblock": "3.1.*"
},
Expand Down

0 comments on commit 7f61717

Please sign in to comment.