Skip to content

Commit

Permalink
Merge pull request #44 from publiux/development
Browse files Browse the repository at this point in the history
Support for Laravel 5.7
  • Loading branch information
publiux authored Sep 9, 2018
2 parents c858644 + 65bff35 commit a4f8233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.*|5.6.*",
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"symfony/finder": "2.*|3.*|4.*",
"symfony/console": "2.*|3.*|4.*",
"aws/aws-sdk-php": "~3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/config/cdn.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
| https://www.digitalocean.com/community/questions/how-to-use-digitalocean-spaces-with-the-aws-s3-sdks?answer=39594
|
*/
'endpoint' => '',
'endpoint' => null,

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit a4f8233

Please sign in to comment.