From 85607573af650f92a1d52bc77db39af41b4c38b4 Mon Sep 17 00:00:00 2001 From: Chris Bautista Date: Sat, 18 Feb 2023 02:56:11 +0800 Subject: [PATCH] Laravel 10 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ef64f24..b0bea9f 100644 --- a/composer.json +++ b/composer.json @@ -25,10 +25,10 @@ "require": { "php": "^8.0", "guzzlehttp/guzzle": "^7.0", - "illuminate/support": "^8.0|^9.0" + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { - "orchestra/testbench": "^6.0|^7.0", + "orchestra/testbench": "^6.0|^7.0|^8.0", "pestphp/pest": "^1.20", "pestphp/pest-plugin-parallel": "^1.0" },