diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 76aa061..ddcc795 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: # ['Stydenet', 'sileence'] +github: ['sileence'] patreon: duiliopalacios open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username 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`. diff --git a/composer.json b/composer.json index 40b9e7c..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" + "illuminate/translation": "^6.0|^7.0|^8.0" }, "require-dev": { - "phpspec/phpspec": "~4.0" + "phpspec/phpspec": "~7.0" }, "autoload": { "psr-4": { 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 +}