diff --git a/pkg/job-queue/composer.json b/pkg/job-queue/composer.json index d4d1fe706..1525c5c8e 100644 --- a/pkg/job-queue/composer.json +++ b/pkg/job-queue/composer.json @@ -11,7 +11,7 @@ "enqueue/null": "^0.10", "queue-interop/queue-interop": "^0.8", "doctrine/orm": "~2.7.4 | ^2.8", - "doctrine/dbal": "^2.12" + "doctrine/dbal": "^2.12 | ^3.0" }, "require-dev": { "phpunit/phpunit": "^9.5",