diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2023-03-06 21:19:50 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2023-03-06 21:19:50 +0100 |
| commit | aee0575ffde686767da37561d182dac832e0562f (patch) | |
| tree | 6fae3a1e44250706b9863d030d874384cf58b4fe /composer.lock | |
| parent | 3f12c830a8a8db7017e7df227a9c4625b628640e (diff) | |
| download | phinde-aee0575ffde686767da37561d182dac832e0562f.tar.gz phinde-aee0575ffde686767da37561d182dac832e0562f.zip | |
Add required php extensions to composer.json
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 7 |
1 files changed, 5 insertions, 2 deletions
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" } |
