Skip to content

Commit

Permalink
Merge pull request #43 from Jaspaul/master
Browse files Browse the repository at this point in the history
Add support for Laravel 5.3
  • Loading branch information
hskrasek authored Aug 30, 2016
2 parents ccf694c + fa7c137 commit d37fb74
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.*",
"illuminate/filesystem": "5.1.* || 5.2.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.*",
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.*",
"doctrine/annotations": "1.2.*",
"phpdocumentor/reflection-docblock": "3.1.*"
},
Expand Down

0 comments on commit d37fb74

Please sign in to comment.