From 0292b4dae94b2413373460dfd83d6eda74e92155 Mon Sep 17 00:00:00 2001 From: Harish Toshniwal Date: Tue, 14 Feb 2023 17:40:30 +0530 Subject: [PATCH] laravel v10 support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5faf1d6..a3634dc 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ } }, "require": { - "php": "^8.0", + "php": "^8.1", "aws/aws-php-sns-message-validator": "^1.6", - "illuminate/http": "^9.0", - "illuminate/queue": "^9.0", - "illuminate/support": "^9.0" + "illuminate/http": "^10.0", + "illuminate/queue": "^10.0", + "illuminate/support": "^10.0" }, "extra": { "laravel": {