diff --git a/composer.json b/composer.json index 10878d7..2ec23ad 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "publiux/laravelcdn", + "name": "duxthefux/laravelcdn", "description": "Content Delivery Network (CDN) Package for Laravel", "license": "MIT", "keywords": [ @@ -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": { diff --git a/readme.md b/readme.md index 444fe0c..b494498 100644 --- a/readme.md +++ b/readme.md @@ -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.