diff --git a/composer.json b/composer.json index d653676..6418a2a 100644 --- a/composer.json +++ b/composer.json @@ -46,13 +46,13 @@ ], "require": { "php": "^7.2.5|^7.3.0|^8.0", - "illuminate/support": "^8.0|^9.0", - "illuminate/console": "^8.0|^9.0", - "doctrine/dbal": "^2.6.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/console": "^8.0|^9.0|^10.0", + "doctrine/dbal": "^2.6.0|^3.5", "laravel/helpers": "~1.0" }, "require-dev": { - "orchestra/testbench": "~6.0|~7.0", + "orchestra/testbench": "~6.0|~7.0|^8.0", "mockery/mockery": "^1.0", "phpunit/phpunit": "^9.0" },