Merge pull request #20946 from nextcloud/enhancement/ext-json-composer

Declare ext-json as dependency in composer.json
This commit is contained in:
Christoph Wurst 2020-05-13 11:08:18 +02:00 committed by GitHub
commit be15a23de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}