190 lines
6.6 KiB
Plaintext
190 lines
6.6 KiB
Plaintext
|
{
|
||
|
"_readme": [
|
||
|
"This file locks the dependencies of your project to a known state",
|
||
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||
|
"This file is @generated automatically"
|
||
|
],
|
||
|
"content-hash": "6684feffdd51c1ea6c0f31066f3e5560",
|
||
|
"packages": [],
|
||
|
"packages-dev": [
|
||
|
{
|
||
|
"name": "nextcloud/coding-standard",
|
||
|
"version": "v1.1.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nextcloud/coding-standard.git",
|
||
|
"reference": "55def702fb9a37a219511e1d8c6fe8e37164c1fb"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/55def702fb9a37a219511e1d8c6fe8e37164c1fb",
|
||
|
"reference": "55def702fb9a37a219511e1d8c6fe8e37164c1fb",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.3|^8.0",
|
||
|
"php-cs-fixer/shim": "^3.17"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Nextcloud\\CodingStandard\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christoph Wurst",
|
||
|
"email": "christoph@winzerhof-wurst.at"
|
||
|
}
|
||
|
],
|
||
|
"description": "Nextcloud coding standards for the php cs fixer",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/nextcloud/coding-standard/issues",
|
||
|
"source": "https://github.com/nextcloud/coding-standard/tree/v1.1.1"
|
||
|
},
|
||
|
"time": "2023-06-01T12:05:01+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "nextcloud/ocp",
|
||
|
"version": "v21.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||
|
"reference": "41e1476b4aed5bce7371895054049eca353729c5"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/41e1476b4aed5bce7371895054049eca353729c5",
|
||
|
"reference": "41e1476b4aed5bce7371895054049eca353729c5",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.3 || ~8.0.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "21.0.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"AGPL-3.0-or-later"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christoph Wurst",
|
||
|
"email": "christoph@winzerhof-wurst.at"
|
||
|
}
|
||
|
],
|
||
|
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
|
||
|
"support": {
|
||
|
"source": "https://github.com/nextcloud-deps/ocp/tree/v21.0.0"
|
||
|
},
|
||
|
"time": "2021-03-01T08:42:25+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "php-cs-fixer/shim",
|
||
|
"version": "v3.17.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/PHP-CS-Fixer/shim.git",
|
||
|
"reference": "f51b4aed90565c447136f1d015798f6f7c82490f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/f51b4aed90565c447136f1d015798f6f7c82490f",
|
||
|
"reference": "f51b4aed90565c447136f1d015798f6f7c82490f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-json": "*",
|
||
|
"ext-tokenizer": "*",
|
||
|
"php": "^7.4 || ^8.0"
|
||
|
},
|
||
|
"replace": {
|
||
|
"friendsofphp/php-cs-fixer": "self.version"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-dom": "For handling output formats in XML",
|
||
|
"ext-mbstring": "For handling non-UTF8 characters."
|
||
|
},
|
||
|
"bin": [
|
||
|
"php-cs-fixer",
|
||
|
"php-cs-fixer.phar"
|
||
|
],
|
||
|
"type": "application",
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Dariusz Rumiński",
|
||
|
"email": "dariusz.ruminski@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "A tool to automatically fix PHP code style",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/PHP-CS-Fixer/shim/issues",
|
||
|
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.17.0"
|
||
|
},
|
||
|
"time": "2023-05-22T20:00:38+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psalm/phar",
|
||
|
"version": "5.12.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/psalm/phar.git",
|
||
|
"reference": "e7f9306ec83c706b4dba451f6adfb865ce4688e4"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/psalm/phar/zipball/e7f9306ec83c706b4dba451f6adfb865ce4688e4",
|
||
|
"reference": "e7f9306ec83c706b4dba451f6adfb865ce4688e4",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.1 || ^8.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"vimeo/psalm": "*"
|
||
|
},
|
||
|
"bin": [
|
||
|
"psalm.phar"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "Composer-based Psalm Phar",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/psalm/phar/issues",
|
||
|
"source": "https://github.com/psalm/phar/tree/5.12.0"
|
||
|
},
|
||
|
"time": "2023-05-22T21:30:41+00:00"
|
||
|
}
|
||
|
],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": [],
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": [],
|
||
|
"platform-dev": [],
|
||
|
"platform-overrides": {
|
||
|
"php": "7.4"
|
||
|
},
|
||
|
"plugin-api-version": "2.3.0"
|
||
|
}
|