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.lock
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.lock')
-rw-r--r--composer.lock6
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index 1d12f54a5fc..c62d71353bd 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": "8b37c8b04970af89937957aad3c18a12",
+ "content-hash": "c6266c06daad42dd49f2bd3d5288467d",
"packages": [],
"packages-dev": [
{
@@ -1711,7 +1711,9 @@
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
- "platform": [],
+ "platform": {
+ "ext-json": "*"
+ },
"platform-dev": [],
"plugin-api-version": "1.1.0"
}