From fb3138653ebc5da374aa3af8be2b13a40918059a Mon Sep 17 00:00:00 2001 From: Christopher Fuchs Date: Wed, 13 Mar 2019 09:43:21 +0100 Subject: [PATCH 1/4] Add support for laravel 5.8 #52 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 10878d7..8b9a903 100644 --- a/composer.json +++ b/composer.json @@ -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.*|5.7.*", - "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*", + "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", "symfony/finder": "2.*|3.*|4.*", "symfony/console": "2.*|3.*|4.*", "aws/aws-sdk-php": "~3.0" From 17c12fa2cda0fe2cf84cd9bba0891a32517f1fc0 Mon Sep 17 00:00:00 2001 From: Christopher Fuchs Date: Mon, 23 Sep 2019 18:27:01 +0200 Subject: [PATCH 2/4] Add support for laravel 6.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8b9a903..9a351f9 100644 --- a/composer.json +++ b/composer.json @@ -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.*|5.7.*|5.8.*", - "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6", + "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6", "symfony/finder": "2.*|3.*|4.*", "symfony/console": "2.*|3.*|4.*", "aws/aws-sdk-php": "~3.0" From ec720f2bc1167149d65375ccc3b88dd2bb511d40 Mon Sep 17 00:00:00 2001 From: Christopher Fuchs Date: Tue, 31 Mar 2020 09:03:36 +0200 Subject: [PATCH 3/4] Add support for laravel 7.0 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9a351f9..0ff92e0 100644 --- a/composer.json +++ b/composer.json @@ -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.*|5.8.*|^6", - "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6", - "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": { From 38de4b8a54eac2bd3c75d5b5d41a52cfc16b4ff7 Mon Sep 17 00:00:00 2001 From: Christopher Fuchs Date: Tue, 28 Apr 2020 11:12:43 +0200 Subject: [PATCH 4/4] Set package name to duxthefux/laravelcdn --- composer.json | 2 +- readme.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ff92e0..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": [ 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.