]> source.dussan.org Git - nextcloud-server.git/commitdiff
List ext-pdo as hard requirement for composer 21141/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 28 May 2020 18:43:50 +0000 (20:43 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 28 May 2020 18:43:50 +0000 (20:43 +0200)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
composer.json
composer.lock

index fb6cd010889d32657b2be4926aa34fe2f7e77ee1..bd5e43157ddc6a543a87425afa13cce195883ec4 100644 (file)
@@ -12,7 +12,8 @@
         }
     },
     "require": {
-        "ext-json": "*"
+        "ext-json": "*",
+        "ext-pdo": "*"
     },
     "require-dev": {
         "jakub-onderka/php-parallel-lint": "^0.9.2",
index c62d71353bd6e13e8b5b92255b731dd58bb55583..6de89a74dd57a7855b27d18bad5be85274f6b686 100644 (file)
@@ -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": [
         {
     "prefer-stable": false,
     "prefer-lowest": false,
     "platform": {
-        "ext-json": "*"
+        "ext-json": "*",
+        "ext-pdo": "*"
     },
     "platform-dev": [],
     "plugin-api-version": "1.1.0"