From 495986ff5d78f540a31a3a0ae96842daf070719d Mon Sep 17 00:00:00 2001 From: Christian Schnegelberger Date: Tue, 19 Jul 2022 17:47:53 +0200 Subject: [PATCH 1/2] [ticket/17023] Adds PHP >=8.0 to composer require php version PHPBB3-17023 --- phpBB/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/composer.json b/phpBB/composer.json index 64279770f5..dbca710f0a 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -26,7 +26,7 @@ "phpbb/phpbb-core": "self.version" }, "require": { - "php": "^7.1.3", + "php": "^7.1.3 || ^8.0.0", "ext-json": "*", "ext-mbstring": "*", "bantu/ini-get-wrapper": "~1.0", From b8a3d8f25d826e4d404a4e2a9c2358cd5e4c21db Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 22 Jul 2022 20:16:11 -0500 Subject: [PATCH 2/2] [ticket/17023] Update composer.lock as well PHPBB3-17023 --- phpBB/composer.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/phpBB/composer.lock b/phpBB/composer.lock index 5eda4191b0..28a4b1badc 100644 --- a/phpBB/composer.lock +++ b/phpBB/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": "1b58e9d5054a0881d4c29cb2e9523908", + "content-hash": "0201f3008dec8046725fd5e9afd61ba7", "packages": [ { "name": "bantu/ini-get-wrapper", @@ -1264,6 +1264,7 @@ "type": "tidelift" } ], + "abandoned": "symfony/error-handler", "time": "2020-10-24T10:57:07+00:00" }, { @@ -5081,7 +5082,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.1.3", + "php": "^7.1.3 || ^8.0.0", "ext-json": "*", "ext-mbstring": "*" },