]> source.dussan.org Git - nextcloud-server.git/commitdiff
Declare ext-json as dependency in composer.json 20946/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 13 May 2020 07:49:26 +0000 (09:49 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 13 May 2020 07:50:36 +0000 (09:50 +0200)
This makes phpstorm happy as it knows that the functions like
json_encode are available.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
composer.json
composer.lock

index ee73b60f431ee4f71bcac272aa42772fca406194..937df706202fbd5d2ef9d97db21228e45a5eae0e 100644 (file)
@@ -11,6 +11,9 @@
             "OCP\\": "lib/public"
         }
     },
+    "require": {
+        "ext-json": "*"
+    },
     "require-dev": {
         "jakub-onderka/php-parallel-lint": "^0.9.2",
         "jakub-onderka/php-console-highlighter": "^0.3.2",
index 1d12f54a5fc0f89eadd0e922df720dd47706c60e..c62d71353bd6e13e8b5b92255b731dd58bb55583 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": "8b37c8b04970af89937957aad3c18a12",
+    "content-hash": "c6266c06daad42dd49f2bd3d5288467d",
     "packages": [],
     "packages-dev": [
         {
     "stability-flags": [],
     "prefer-stable": false,
     "prefer-lowest": false,
-    "platform": [],
+    "platform": {
+        "ext-json": "*"
+    },
     "platform-dev": [],
     "plugin-api-version": "1.1.0"
 }