From 59c93e740f309390c003253172d6b0c4fcb45cc6 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 11 Mar 2024 23:14:56 +0300 Subject: [PATCH] Added Laravel 11 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 75a52c8..5c12aab 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "symfony/polyfill-php80": "^1.23" }, "require-dev": { - "illuminate/database": "^10.0", + "illuminate/database": "^10.0 || ^11.0", "phpdocumentor/reflection-docblock": "^5.0" }, "conflict": {