Skip to content

Commit

Permalink
Declare ext-json as dependency in composer.json
Browse files Browse the repository at this point in the history
This makes phpstorm happy as it knows that the functions like
json_encode are available.

Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed May 13, 2020
1 parent b177969 commit 002780d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 4 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 002780d

Please sign in to comment.