diff --git a/composer.json b/composer.json index 938a1ba8..f331a8fa 100644 --- a/composer.json +++ b/composer.json @@ -20,18 +20,20 @@ } ], "require": { - "php": "^8.2.0", + "php": "^8.1|^8.2|^8.3", "ext-json": "*", - "illuminate/bus": "^10.0|^11.0|^12.0", - "illuminate/console": "^10.0|^11.0|^12.0", - "illuminate/contracts": "^10.0|^11.0|^12.0", - "illuminate/database": "^10.0|^11.0|^12.0", - "illuminate/events": "^10.0|^11.0|^12.0", - "illuminate/notifications": "^10.0|^11.0|^12.0" + "doctrine/dbal": "^3.1|^4.2", + "illuminate/bus": "^9.0|^10.0|^11.0|^12.0", + "illuminate/console": "^9.0|^10.0|^11.0|^12.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^9.0|^10.0|^11.0|^12.0", + "illuminate/events": "^9.0|^10.0|^11.0|^12.0", + "illuminate/notifications": "^9.0|^10.0|^11.0|^12.0" }, "require-dev": { + "mockery/mockery": "^1.0", "orchestra/testbench" : "^8.0|^9.0|^10.0", - "phpunit/phpunit": "^10.0|^11.0|^12.0" + "phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0" }, "suggest": { "nexmo/client": "Required for sms notifications."