From 3d5502eab434abfe97c06c78048772030f5d9b3b Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 13 Feb 2023 08:24:45 +0800 Subject: [PATCH] upgrade to support Laravel 9 and 10 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 6d145b4..f227dbb 100644 --- a/composer.json +++ b/composer.json @@ -13,13 +13,13 @@ } ], "require": { - "php": ">=7.2", + "php": "^7.3|^8.0", "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^7.3", - "illuminate/queue": "5.1 - 5.8|^6.0|^7.0|^8.0", - "illuminate/notifications": "5.1 - 5.8|^6.0|^7.0|^8.0", - "illuminate/support": "5.1 - 5.8|^6.0|^7.0|^8.0" + "illuminate/queue": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/notifications": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "phpunit/phpunit": "^9.3",