From 83015eb6d701d40be741c7518a20c212dd230028 Mon Sep 17 00:00:00 2001 From: Mateus Junges Date: Tue, 12 Mar 2024 00:34:58 -0300 Subject: [PATCH] Fix composer.json --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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": {