From 04f6fd0c2344a002a49f67c1f9a9901c08e3dcc9 Mon Sep 17 00:00:00 2001 From: Aaron Huisinga Date: Mon, 6 Mar 2023 23:01:19 -0600 Subject: [PATCH] Add support for Laravel 10 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 51214ee..123aff0 100644 --- a/composer.json +++ b/composer.json @@ -7,12 +7,12 @@ "homepage": "https://github.com/craftcodery/clicksend", "license": "MIT", "require": { - "php": "^7.4|^8.0", + "php": "^8.1", "ext-json": "*", "barryvdh/laravel-dompdf": "^2.0", "guzzlehttp/guzzle": "^7.0.1", - "illuminate/http": "^9.0", - "illuminate/support": "^9.0" + "illuminate/http": "^10.0", + "illuminate/support": "^10.0" }, "require-dev": { "roave/security-advisories": "dev-master"