From d64cf9576c8ddff549255eb16e1780d6465ff610 Mon Sep 17 00:00:00 2001 From: Iman Date: Fri, 21 Jun 2024 22:14:27 +0330 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 503b5fe..0c73990 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ ], "require": { "php" : "^7.2|^8.0", - "illuminate/database": "5.*|6.*|7.*|8.*|9.*|10.*", - "illuminate/events": "5.*|6.*|7.*|8.*|9.*|10.*" + "illuminate/database": "5.*|6.*|7.*|8.*|9.*|10.*|11.*", + "illuminate/events": "5.*|6.*|7.*|8.*|9.*|10.*|11.*" }, "require-dev": { "phpunit/phpunit": "^7.5.20|^8.5.28|^9.5",