From e2cef6d445e94ec79402e88c28e2e1987cc74d43 Mon Sep 17 00:00:00 2001 From: Duilio Palacios Date: Wed, 11 Mar 2020 15:05:59 +0000 Subject: [PATCH 1/9] Update composer.json to support Laravel 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 40b9e7c..278f129 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^7.2", "laravelcollective/html": "^6.0", - "illuminate/translation": "^6.0" + "illuminate/translation": "^6.0|^7.0" }, "require-dev": { "phpspec/phpspec": "~4.0" From 33ef484200846610026f63701a5aae2f4395f2c8 Mon Sep 17 00:00:00 2001 From: Ernesto Liberio Date: Wed, 13 May 2020 14:55:03 -0500 Subject: [PATCH 2/9] Update README.md add text in Readme for laravel 7.0 users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4acd696..bd468ee 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is an extension of the Laravel Collective [HTML package](https://github.com 1. The preferred way to install this package is through Composer: -**Laravel 6.0 users**: +**Laravel 6.0 users / Laravel 7.0 users**: Install by running `composer require "styde/html=~1.8"` or adding `"styde/html": "~1.8"` to your `composer.json` file and then running `composer update`. From 05729f65d12140f21fb8295ae61d522e72974835 Mon Sep 17 00:00:00 2001 From: Duilio Palacios Date: Mon, 29 Jun 2020 20:23:32 +0100 Subject: [PATCH 3/9] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 76aa061..4b5cd4c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: # ['Stydenet', 'sileence'] +github: ['Stydenet'] patreon: duiliopalacios open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username From 7c555217da6a9358f39a923d467b8c8fdf23898a Mon Sep 17 00:00:00 2001 From: Duilio Palacios Date: Mon, 29 Jun 2020 20:23:56 +0100 Subject: [PATCH 4/9] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 4b5cd4c..32007da 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: ['Stydenet'] +github: ['sileenc', 'Stydenet'] patreon: duiliopalacios open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username From 55df22abec9c21738143aa659c9dde693a79a37b Mon Sep 17 00:00:00 2001 From: Duilio Palacios Date: Mon, 29 Jun 2020 20:24:22 +0100 Subject: [PATCH 5/9] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 32007da..561bd2b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: ['sileenc', 'Stydenet'] +github: ['sileence', 'Stydenet'] patreon: duiliopalacios open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username From 35b8d380336222caa33fdaf6ed0f210c75e28cb3 Mon Sep 17 00:00:00 2001 From: Duilio Palacios Date: Mon, 29 Jun 2020 20:24:41 +0100 Subject: [PATCH 6/9] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 561bd2b..ddcc795 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: ['sileence', 'Stydenet'] +github: ['sileence'] patreon: duiliopalacios open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username From 5b856532f2fcf1fa5699eaea8a045d965a02a229 Mon Sep 17 00:00:00 2001 From: Lucas Fiege Date: Mon, 14 Sep 2020 19:20:05 -0300 Subject: [PATCH 7/9] Added Laravel 8 Support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 278f129..88d2cc9 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^7.2", "laravelcollective/html": "^6.0", - "illuminate/translation": "^6.0|^7.0" + "illuminate/translation": "^6.0|^7.0|^8.0" }, "require-dev": { "phpspec/phpspec": "~4.0" From 98c43c9912c13ae2983abe91b470754a8e3589f4 Mon Sep 17 00:00:00 2001 From: Joker9050 <67823774+Joker9050@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:21:15 +0530 Subject: [PATCH 8/9] Change small spell --- src/helpers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers.php b/src/helpers.php index 7bd1fa1..b4efa23 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -1,7 +1,7 @@ make($items, $classes); } -} \ No newline at end of file +} From fce8d1965cb0e482a5c23d76b4c5806951fd11fc Mon Sep 17 00:00:00 2001 From: Uziel Bueno Date: Tue, 9 Feb 2021 14:40:46 -0600 Subject: [PATCH 9/9] Add support for PHP 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 88d2cc9..90ca856 100644 --- a/composer.json +++ b/composer.json @@ -9,12 +9,12 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "laravelcollective/html": "^6.0", "illuminate/translation": "^6.0|^7.0|^8.0" }, "require-dev": { - "phpspec/phpspec": "~4.0" + "phpspec/phpspec": "~7.0" }, "autoload": { "psr-4": {