diff --git a/.gitignore b/.gitignore index 21cc468f..7712d8ae 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /phpunit.xml composer.lock .phpunit.result.cache +.idea diff --git a/composer.json b/composer.json index e494b9e3..e9a4b195 100644 --- a/composer.json +++ b/composer.json @@ -10,13 +10,13 @@ } ], "require": { - "php": "^8.0", + "php": "^7.3|^8.0", "ext-json": "*", "ext-pcntl": "*", "ext-posix": "*", - "illuminate/contracts": "^9.0", - "illuminate/queue": "^9.0", - "illuminate/support": "^9.0", + "illuminate/contracts": "^8.17", + "illuminate/queue": "^8.17", + "illuminate/support": "^8.17", "nesbot/carbon": "^2.17", "ramsey/uuid": "^4.0", "symfony/process": "^5.0",