From 269a0304ebfc80befcee186411bcd5443ca85163 Mon Sep 17 00:00:00 2001 From: freek Date: Tue, 16 Nov 2021 17:02:22 +0100 Subject: [PATCH] wip --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ccb80..d7abd63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All Notable changes to `laravel-menu` will be documented in this file +## 4.0.1 - 2021-11-17 + +- allow spatie/menu v3 + ## 4.0.0 - 2021-03-22 - Added: PHP 8 only support - Changed: All syntax changed to PHP 8+ diff --git a/composer.json b/composer.json index c9021cd..6c0630a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "illuminate/auth": "^7.24|^8.0", "illuminate/contracts": "^7.24|^8.0", "illuminate/support": "^7.24|^8.0", - "spatie/menu": "^2.8" + "spatie/menu": "^3.0" }, "require-dev": { "fakerphp/faker": "^1.9",