From c452bc43daed8eb5bdbca1883e4577196aa53f4f Mon Sep 17 00:00:00 2001 From: Dinesh Sailour Date: Mon, 16 Jan 2023 10:32:27 +0530 Subject: [PATCH] Add: Laravel 9.x compatibility --- README.md | 1 + composer.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 633aee3..adf2efb 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 | ^7.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. diff --git a/composer.json b/composer.json index 8df2336..ca5b2d4 100644 --- a/composer.json +++ b/composer.json @@ -20,17 +20,17 @@ } ], "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.44", + "illuminate/config": "^9.44", + "illuminate/view": "^9.44", + "laravelcollective/html": "^6.2" }, "require-dev": { - "phpunit/phpunit": "^8.5", - "mockery/mockery": "~1.0", - "orchestra/testbench": "^6.2", - "friendsofphp/php-cs-fixer": "^2.16" + "phpunit/phpunit": "~9.5", + "mockery/mockery": "~1.5", + "orchestra/testbench": "~7.16", + "friendsofphp/php-cs-fixer": "^3.13" }, "autoload": { "psr-4": {