зеркало из https://github.com/nextcloud/cookbook.git
19 строки
384 B
JSON
Executable File
19 строки
384 B
JSON
Executable File
{
|
|
"name": "nextcloud-apps/cookbook",
|
|
"description": "An integrated cookbook using YAML files as recipes",
|
|
"type": "project",
|
|
"license": "AGPL",
|
|
"authors": [
|
|
{
|
|
"name": "Jeppe Zapp"
|
|
}
|
|
],
|
|
"require": {
|
|
"ext-libxml": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=8.0",
|
|
"nikic/php-parser": "4.2"
|
|
}
|
|
}
|