From 3cf77bff2341808f65042f75bdc3473e7d9eeaac Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:20:55 +0200 Subject: [PATCH] Fixed invalid version definition --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 779204c..ada8402 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "phpunit/phpunit": "^10.0", - "illuminate/database": "^10.0" + "illuminate/database": "^10.0|^11.0" }, "autoload": { "psr-4": {