From e6e2caac25cb6c70fb16d27bec9ded0bdf4abc53 Mon Sep 17 00:00:00 2001 From: Gareth Nicholson Date: Mon, 5 Dec 2022 14:44:26 +0200 Subject: [PATCH] Bump php support to 8.1 and add laravel 9 support. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",