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 +}