diff --git a/composer.json b/composer.json index 4c152b0..0f1f70f 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ } ], "require": { - "php": "^7.4", - "illuminate/support": "^8.0" + "php": "^7.4|^8.0", + "illuminate/support": "^8.0|^9.0" }, "require-dev": { "orchestra/testbench": "^6.4", @@ -36,7 +36,6 @@ "scripts": { "test": "vendor/bin/phpunit", "test-coverage": "vendor/bin/phpunit --coverage-html coverage" - }, "config": { "sort-packages": true @@ -51,4 +50,4 @@ } } } -} +} \ No newline at end of file