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>
This commit is contained in:
Christoph Wurst 2020-05-13 09:49:26 +02:00
parent b177969ea6
commit 002780d4c3
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 7 additions and 2 deletions

View 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",

6
composer.lock generated
View 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": [
{
@ -1711,7 +1711,9 @@
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform": {
"ext-json": "*"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
}