diff --git a/composer.json b/composer.json index 8974985..d1bc33e 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ } ], "require": { - "php": ">=7.4", + "php": "^8.1", "guzzlehttp/guzzle": "^7.2", - "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0", - "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0" + "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0", + "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0" }, "require-dev": { "mockery/mockery": "~1.2",