From b890d7e2607e7171dc872d8e9819d4a8cf6ca4f4 Mon Sep 17 00:00:00 2001 From: Douglas Alves <10165864+BackFront@users.noreply.github.com> Date: Tue, 20 Sep 2022 09:44:25 -0300 Subject: [PATCH 1/3] Preparing to update Preparing laravel-menus 8.0 with support of laravel 9 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 8df2336..8f8da2e 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,11 @@ } ], "require": { - "php": ">=7.3", - "illuminate/support": "^8.0", - "illuminate/config": "^8.0", - "illuminate/view": "^8.0", - "laravelcollective/html": "6.2.*" + "php": ">=8.0", + "illuminate/support": "^9.0", + "illuminate/config": "^9.0", + "illuminate/view": "^9.0", + "laravelcollective/html": "^6.3.*" }, "require-dev": { "phpunit/phpunit": "^8.5", From 4d343e27408b1ddbded733a051a10c9aee2c616f Mon Sep 17 00:00:00 2001 From: Douglas Alves <10165864+BackFront@users.noreply.github.com> Date: Tue, 20 Sep 2022 09:50:03 -0300 Subject: [PATCH 2/3] Preparing to update laravel 9 Preparing laravel-menus 8.0 with support of laravel 9 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ebf1b2..5600404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All Notable changes to `laravel-menus` will be documented in this file. ## Next +## 8.0.0 - 2022-09-20 + +### Added + +- Laravel 9 support + ## 6.0.0 - 2020-11-11 ### Added From 0a78348b1ac43feae94903e1e54f25421b0af3b4 Mon Sep 17 00:00:00 2001 From: Douglas Alves <10165864+BackFront@users.noreply.github.com> Date: Tue, 20 Sep 2022 09:50:58 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 633aee3..27a24f6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ | 5.8 | ^4.0 | | 6.0 | ^5.0 | | 8.0 | ^7.0 | +| 9.0 | ^8.0 | `nwidart/laravel-menus` is a laravel package which created to manage menus. It has a feature called presenters which enables easy styling and custom structure of menu rendering.