Skip to content

Commit

Permalink
Merge pull request #60 from duxthefux/laravel-7
Browse files Browse the repository at this point in the history
Added support for Laravel 7
  • Loading branch information
publiux authored May 15, 2020
2 parents a4f8233 + 38de4b8 commit e3498b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "publiux/laravelcdn",
"name": "duxthefux/laravelcdn",
"description": "Content Delivery Network (CDN) Package for Laravel",
"license": "MIT",
"keywords": [
Expand All @@ -21,10 +21,10 @@
],
"require": {
"php": ">=5.5.9",
"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.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6|^7",
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6|^7",
"symfony/finder": "2.*|3.*|4.*|5.*",
"symfony/console": "2.*|3.*|4.*|5.*",
"aws/aws-sdk-php": "~3.0"
},
"require-dev": {
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ And then it allows them to switch between the local and the online version of th
###### Fork From [Vinelab/cdn](https://github.com/Vinelab/cdn)
This project has been forked from https://github.com/Vinelab/cdn. All credit for the original work goes there.

###### Fork From [publiux/laravelcdn](https://github.com/publiux/laravelcdn)
This project has been forked from https://github.com/publiux/laravelcdn. All credit for the original work goes there.

#### Laravel Support
- This fork supports Laravel 5.2 up to an including Laravel 5.5 (`master`).
- Laravel 5.5 is supported, as is package auto-discovery.
Expand Down

0 comments on commit e3498b7

Please sign in to comment.