diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-28 20:43:50 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-28 20:43:50 +0200 |
commit | adf7d17cb2fe3b3a24fd5b56cad4b2e1e3e6c3d3 (patch) | |
tree | 235edd0ae4f6605b6240d4c3e37d3a8a88b9ea9b | |
parent | b638c6ee09f77e9372fad07899adbb46a6551f7d (diff) | |
download | nextcloud-server-adf7d17cb2fe3b3a24fd5b56cad4b2e1e3e6c3d3.tar.gz nextcloud-server-adf7d17cb2fe3b3a24fd5b56cad4b2e1e3e6c3d3.zip |
List ext-pdo as hard requirement for composer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | composer.lock | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/composer.json b/composer.json index fb6cd010889..bd5e43157dd 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,8 @@ } }, "require": { - "ext-json": "*" + "ext-json": "*", + "ext-pdo": "*" }, "require-dev": { "jakub-onderka/php-parallel-lint": "^0.9.2", diff --git a/composer.lock b/composer.lock index c62d71353bd..6de89a74dd5 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": "c6266c06daad42dd49f2bd3d5288467d", + "content-hash": "1fdbc1b1b14d4a9a25d6eb1084490f1a", "packages": [], "packages-dev": [ { @@ -1712,7 +1712,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "ext-json": "*" + "ext-json": "*", + "ext-pdo": "*" }, "platform-dev": [], "plugin-api-version": "1.1.0" |