From 002780d4c3c9d672c0488eed23b1a222e2c7cb65 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 13 May 2020 09:49:26 +0200 Subject: 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 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'composer.json') 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", -- cgit v1.2.3