diff --git a/composer.json b/composer.json index 1a995d7..b9203f5 100644 --- a/composer.json +++ b/composer.json @@ -22,12 +22,12 @@ ], "require": { "php": "^7.2", - "illuminate/support": "^5.8||^6.0||^7.0||^8.0", + "illuminate/support": "^5.8 || ^6.0 | |^7.0 || ^8.0", "brunocfalcao/helpers": "^1.0", "laravel/helpers": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^8.0 || ^9.0" }, "autoload": { "psr-4": {