From 37039bc88d927e9880fd5e273a4631f0943ffaa0 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 22 Dec 2024 23:46:21 +0100 Subject: [PATCH] Update supported PHP to 8.3 and up --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 42a8e0986..e8e447221 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^8.2", + "php": "^8.3", "ext-bcmath": "*", "ext-ctype": "*", "ext-curl": "*", diff --git a/composer.lock b/composer.lock index 07a4b6547..21acd1b06 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1ea2f0076bca449d13b5cc25323b456c", + "content-hash": "dff0ef8ca5797d42a2949a08c2695bfe", "packages": [ { "name": "aharen/omdbapi", @@ -19162,7 +19162,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.2", + "php": "^8.3", "ext-bcmath": "*", "ext-ctype": "*", "ext-curl": "*",