From e0d9e65508be7d7d17ee44af32121b62dfbe20d9 Mon Sep 17 00:00:00 2001 From: Asif Iqbal Date: Mon, 18 Mar 2024 19:41:04 +0500 Subject: [PATCH] Update composer.json Add Laravel 11 Support --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 1f5c74b..f3ba850 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "webwizo/laravel-shortcodes", "type": "library", - "description": "Wordpress like shortcodes for Laravel 5, 6, 7, 8, and 9", + "description": "Wordpress like shortcodes for Laravel 5, 6, 7, 8, 9, 10 and 11", "keywords": [ "laravel", "wordpress", @@ -18,10 +18,10 @@ } ], "require": { - "illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0", - "php": "^7.2|^8.0" + "illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "php": "^7.2|^8.0|^8.1|^8.2" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0",