gallery/composer.json

42 строки
1.2 KiB
JSON

{
"name": "owncloud/gallery",
"type": "project",
"description": "Media gallery for ownCloud which includes previews for all media types supported by your ownCloud installation.",
"license": "AGPL-3.0",
"homepage": "https://github.com/owncloud/gallery",
"authors": [
{
"name": "Olivier Paroz",
"email": "owncloud@interfasys.ch",
"role": "Developer",
"homepage": "http://www.interfasys.ch"
},
{
"name": "Robin Appelman",
"email": "icewind@owncloud.com",
"role": "Developer",
"homepage": "https://github.com/icewind1991"
}
],
"support": {
"issues": "https://github.com/owncloud/gallery/issues",
"wiki": "https://github.com/owncloud/gallery/wiki",
"source": "https://github.com/owncloud/gallery"
},
"require": {
"symfony/yaml": "~2.6"
},
"require-dev": {
"guzzlehttp/guzzle": "^5.0|^6.2",
"phpunit/phpunit": "^4.0|^5.4",
"codeception/codeception": "2.2.*",
"codeception/phpbuiltinserver": "*",
"composer-plugin-api": "^1.0",
"codeception/c3": "2.*",
"flow/jsonpath": "^0.3.1",
"phpdocumentor/phpdocumentor": "^2.8",
"jakub-onderka/php-parallel-lint": "0.*",
"jakub-onderka/php-console-highlighter": "0.*"
}
}