Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-05-28 21:43:50 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-05-28 21:43:50 +0300
commitadf7d17cb2fe3b3a24fd5b56cad4b2e1e3e6c3d3 (patch)
tree235edd0ae4f6605b6240d4c3e37d3a8a88b9ea9b /composer.json
parentb638c6ee09f77e9372fad07899adbb46a6551f7d (diff)
List ext-pdo as hard requirement for composer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 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",