From b06e1240c96cc1f9b8e8a2d1019f36417a09c82c Mon Sep 17 00:00:00 2001 From: Babu Khan Date: Fri, 30 May 2025 10:52:46 +0500 Subject: [PATCH] support laravel 12(Illuminate/support ^12.0) --- composer.json | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index 8df2336..7d32b4f 100644 --- a/composer.json +++ b/composer.json @@ -1,29 +1,19 @@ { - "name": "nwidart/laravel-menus", - "description": "Laravel Menu management", - "keywords": [ - "laravel", - "menus", - "navigation", - "nav", - "bootstrap" - ], - "license": "MIT", - "authors": [ - { - "name": "Nicolas Widart", - "email": "n.widart@gmail.com" - }, - { - "name": "Pingpong Labs", - "email": "pingpong.labs@gmail.com" - } - ], + "name": "babukhan/laravel-menus", + "description": "A menu builder for Laravel", + "keywords": ["laravel", "menu"], + "license": "MIT", + "authors": [ + { + "name": "Babu Khan", + "email": "babukhan@hotmail.com" + } + ], "require": { - "php": ">=7.3", - "illuminate/support": "^8.0", - "illuminate/config": "^8.0", - "illuminate/view": "^8.0", + "php": "^7.3|^8.0|^8.1|^8.2", + "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/config": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/view": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", "laravelcollective/html": "6.2.*" }, "require-dev": {