diff --git a/composer.json b/composer.json index 08a36f7..90a2a66 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ } ], "require": { - "php": ">=7.2", - "illuminate/support": "^6.0 || ^7.0 || ^8.0", - "illuminate/console": "^6.0 || ^7.0 || ^8.0", - "illuminate/config": "^6.0 || ^7.0 || ^8.0", - "symfony/process": "^4.3" + "php": ">=8.1", + "illuminate/support": "^9.0", + "illuminate/console": "^9.0", + "illuminate/config": "^9.0", + "symfony/process": "^6.0" }, "require-dev": { "phpspec/phpspec": "^6.0",