From 7b3978ce1039f48a5c919fa14d87c7d7c074f548 Mon Sep 17 00:00:00 2001 From: phantomate <102902464+phantomate@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:37:02 +0200 Subject: [PATCH] Update composer.json Update to php 8.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3861443..474144b 100755 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ } ], "require": { - "php": "^7.2", + "php": "^8.1", "ext-curl": "*", "ext-json": "*", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|10.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16",