From 8eb3265967ec9d1881925a6c8271d40ffce2f30d Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 25 Jan 2024 20:54:57 +0100 Subject: [PATCH] Drop support for PHP 8.1 --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 41e6a757a..7f4484d9e 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "ext-bcmath": "*", "ext-ctype": "*", "ext-curl": "*", diff --git a/composer.lock b/composer.lock index 036ad1c05..982e72bd4 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": "5e6aa52454ca310d531a0a28089dd86b", + "content-hash": "d81a564a7be294648c4359eb47bddd28", "packages": [ { "name": "aharen/omdbapi", @@ -18666,7 +18666,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.1", + "php": "^8.2", "ext-bcmath": "*", "ext-ctype": "*", "ext-curl": "*",