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-13 10:49:26 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-05-13 10:50:36 +0300
commit002780d4c3c9d672c0488eed23b1a222e2c7cb65 (patch)
tree57e69b47f9001427cd705601fc2af8a924538228 /composer.json
parentb177969ea60cfd49603f255c456600a89143cd9f (diff)
Declare ext-json as dependency in composer.json
This makes phpstorm happy as it knows that the functions like json_encode are available. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index ee73b60f431..937df706202 100644
--- a/composer.json
+++ b/composer.json
@@ -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",