Skip to content

Commit

Permalink
Added support for Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
publiux authored Feb 10, 2018
1 parent 85c9ded commit 55f0282
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 @@ -21,8 +21,8 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"symfony/finder": "2.*|3.*",
"symfony/console": "2.*|3.*",
"aws/aws-sdk-php": "~3.0"
Expand Down

0 comments on commit 55f0282

Please sign in to comment.