From 1491c1b8eab5844ec99e5fcfabd8f1c394ecfeb4 Mon Sep 17 00:00:00 2001 From: Tasmir Ahmed Date: Sat, 2 Sep 2023 05:28:03 +0600 Subject: [PATCH] Laravel 10 Support --- README.md | 1 + composer.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 633aee3..c29d480 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ | 5.8 | ^4.0 | | 6.0 | ^5.0 | | 8.0 | ^7.0 | +| 10.0 | ^10.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..70fa5f9 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.1", + "illuminate/support": "^9.21|^10.0", + "illuminate/config": "^10.21", + "illuminate/view": "^10.21", + "laravelcollective/html": "v6.4.1" }, "require-dev": { - "phpunit/phpunit": "^8.5", - "mockery/mockery": "~1.0", - "orchestra/testbench": "^6.2", - "friendsofphp/php-cs-fixer": "^2.16" + "phpunit/phpunit": "^10.1", + "mockery/mockery": "~1.5.1", + "orchestra/testbench": "^v8.10.0", + "friendsofphp/php-cs-fixer": "^3.21.1" }, "autoload": { "psr-4": {