Skip to content

Commit

Permalink
Update requirements for illuminate components 5.1 and 5.2 to match the
Browse files Browse the repository at this point in the history
api package.
  • Loading branch information
Hunter Skrasek committed Aug 24, 2016
1 parent 15c9e7c commit ccf694c
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.*",
"illuminate/filesystem": "5.1.* || 5.2.*",
"doctrine/annotations": "1.2.*",
"phpdocumentor/reflection-docblock": "3.1.*"
},
Expand Down

0 comments on commit ccf694c

Please sign in to comment.