diff --git a/README.md b/README.md index 9b18ad0..9eea86a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Nova tool to manage menus. * PHP >= 8.1 * Laravel Nova >= 4.0 -* Laravel Framework >= 9.0 | >= 10.0 +* Laravel Framework >= 9.0 | >= 10.0 | >= 11.0 > **NOTE**: These instructions are for Laravel >= 9.0 and Laravel Nova 4.0. If you are using prior version, please > see the [previous version's docs](https://github.com/novius/laravel-nova-menu/tree/3-x). diff --git a/composer.json b/composer.json index 8aaa508..550ffe1 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": "^8.1", "laravel/nova": "^4.0", - "illuminate/support": "^9.0 | ^10.0", + "illuminate/support": "^9.0 | ^10.0 | ^11.0", "novius/laravel-nova-order-nestedset-field": "^4.0", "spatie/laravel-sluggable": "^3.4.0" },