From aee0575ffde686767da37561d182dac832e0562f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 6 Mar 2023 21:19:50 +0100 Subject: Add required php extensions to composer.json --- composer.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 179e1d0..a450c05 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": "7b7ba20b963c1b3be2aec1ed351f1cb4", + "content-hash": "e6dec87fbc8da28408e2ae45e0205e1c", "packages": [ { "name": "pear/console_commandline", @@ -2200,7 +2200,10 @@ "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, - "platform": [], + "platform": { + "ext-gearman": "^2", + "ext-pdo": "*" + }, "platform-dev": [], "plugin-api-version": "2.3.0" } -- cgit v1.2.3