diff --git a/composer.json b/composer.json index 44982b8..947af57 100644 --- a/composer.json +++ b/composer.json @@ -23,17 +23,17 @@ ], "require": { "php": "^8.1", - "illuminate/config": "^10.0 || ^11.0", - "illuminate/console": "^10.0 || ^11.0", - "illuminate/log": "^10.0 || ^11.0", - "illuminate/support": "^10.0 || ^11.0" + "illuminate/config": "^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/console": "^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/log": "^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0" }, "require-dev": { "fakerphp/faker": "^1.9.1", "laravel/legacy-factories": "^1.0.4", "mockery/mockery": "^1.3.2", - "orchestra/testbench": "^8.0 || ^9.0", - "phpunit/phpunit": "^9.0 || ^10.5" + "orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^8.5 || ^9.0 || ^10.5" }, "autoload": { "psr-4": {