From 93e59ee28341846d6ee6c50c5a92987a2bd6751e Mon Sep 17 00:00:00 2001 From: djoeycl <53512949+djoeycl@users.noreply.github.com> Date: Thu, 5 Sep 2019 09:11:43 +0200 Subject: [PATCH 1/5] Support laravel 6 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index cdbf0c8..a0fe3e8 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ }, "require": { "php": ">=5.4.0", - "illuminate/support": "~5.4", - "illuminate/validation": "~5.4" + "illuminate/support": "~5.4|^6.0", + "illuminate/validation": "~5.4|^6.0" }, "autoload": { "psr-4": { @@ -29,4 +29,4 @@ } }, "minimum-stability": "stable" -} \ No newline at end of file +} From 25a7f1b698d9e3365afa68b2d5b7ac8a3a7e26f0 Mon Sep 17 00:00:00 2001 From: Ammon Casey Date: Tue, 3 Mar 2020 14:30:07 -1000 Subject: [PATCH 2/5] Laravel 7.0 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a0fe3e8..1fe9909 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ }, "require": { "php": ">=5.4.0", - "illuminate/support": "~5.4|^6.0", - "illuminate/validation": "~5.4|^6.0" + "illuminate/support": "~5.4|^6.0|^7.0", + "illuminate/validation": "~5.4|^6.0|^7.0" }, "autoload": { "psr-4": { From 3d43037c2f497df3f8fbf3d8c16954a83c72e530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Sormage=C3=A7?= Date: Sat, 14 Mar 2020 22:28:36 +0300 Subject: [PATCH 3/5] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f23aecb --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Anderson Andrade + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From ba3f47f08fad0167fcceb7c65677cd1918948fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Sormage=C3=A7?= Date: Sat, 14 Mar 2020 22:30:04 +0300 Subject: [PATCH 4/5] Rename LICENSE to LICENSE.md --- LICENSE => LICENSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md From 88d47cf5de40e549e35eb09c1b3442b06da68f35 Mon Sep 17 00:00:00 2001 From: Lloric Mayuga Garcia Date: Sun, 6 Sep 2020 22:52:17 +0800 Subject: [PATCH 5/5] Prepare for laravel 8 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1fe9909..82960b7 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ }, "require": { "php": ">=5.4.0", - "illuminate/support": "~5.4|^6.0|^7.0", - "illuminate/validation": "~5.4|^6.0|^7.0" + "illuminate/support": "~5.4|^6.0|^7.0|^8.0", + "illuminate/validation": "~5.4|^6.0|^7.0|^8.0" }, "autoload": { "psr-4": {