From af098659cd590392b8ea1ba6b9d3dae9b41f5488 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 25 Apr 2024 22:54:07 +0200 Subject: [PATCH] Update composer.json for Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c16e0b4..cf68512 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ "homepage": "https://github.com/bhuvidya/laravel-countries", "license": "MIT", "require": { - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "php": ">=7.0.0" }, "autoload": {