From 0e83cbe6586ec347e938e6fb113992a2648fd99b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 30 Dec 2018 21:05:01 +0100 Subject: [PATCH] [ticket/14948] Require json extension in composer.json PHPBB3-14948 --- phpBB/composer.json | 1 + phpBB/composer.lock | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/composer.json b/phpBB/composer.json index feaaccdf9d..67b63c5c4b 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -26,6 +26,7 @@ }, "require": { "php": ">=7.1", + "ext-json": "*", "bantu/ini-get-wrapper": "~1.0", "composer/composer": "^1.6", "composer/installers": "^1.4", diff --git a/phpBB/composer.lock b/phpBB/composer.lock index 2143949699..49f59649e1 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": "6a8468f04c57f06db3f5d30b7f46a644", + "content-hash": "902062b6787accb7fd7a7bba87a920b0", "packages": [ { "name": "bantu/ini-get-wrapper", @@ -4635,7 +4635,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.1" + "php": ">=7.1", + "ext-json": "*" }, "platform-dev": [], "platform-overrides": {