From 09fb8fa16e3a3d723bb26b361cbe4fd0cd077967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristijan=20Mari=C4=87?= Date: Mon, 8 Jan 2024 15:40:33 +0100 Subject: [PATCH] Add support for Laravel 10 and drop support for Laravel 8 (#6) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f21b859..c27ba09 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ "php": "^8.1", "ext-curl": "*", "ext-simplexml": "*", - "illuminate/collections": "^8.56 || ^9.0", - "illuminate/contracts": "^8.0 || ^9.0", - "illuminate/support": "^8.0 || ^9.0", + "illuminate/collections": "^9.0 || ^10.0", + "illuminate/contracts": "^9.0 || ^10.0", + "illuminate/support": "^9.0 || ^10.0", "nesbot/carbon": "^2.67", "symfony/http-client": "^5.4.21 || ^6.3" },