From fe8bb64ad561aea90c5bb9cdbd31aa94c48c5069 Mon Sep 17 00:00:00 2001 From: Albin N Date: Wed, 10 Apr 2024 08:37:33 +0200 Subject: [PATCH] Bump versions --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 45e5ccb..345861d 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "type": "library", "require": { "php": "^7.3|^8.0", - "illuminate/database": "^7.0|^8.40.0|^9.0|^10", - "illuminate/support": "^7.0.5|^8.0|^9.0|^10", + "illuminate/database": "^7.0|^8.40.0|^9.0|^10|^11", + "illuminate/support": "^7.0.5|^8.0|^9.0|^10|^11", "doctrine/dbal": "^3.1" }, "require-dev": { @@ -51,4 +51,4 @@ "php --version && vendor/bin/phpunit --coverage-text --testdox" ] } -} \ No newline at end of file +}