Skip to content

Commit

Permalink
Merge pull request #54 from rhwilrForks/master
Browse files Browse the repository at this point in the history
Allow use of laravel 5.4 components
  • Loading branch information
hskrasek authored Feb 11, 2017
2 parents 53c2e55 + 7f61717 commit 690bdf0
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 690bdf0

Please sign in to comment.