forked from nextcloud/gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.21 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "nextcloud/gallery",
"type": "project",
"description": "Media gallery for Nextcloud which includes previews for all media types supported by your Nextcloud installation.",
"license": "AGPL-3.0",
"homepage": "https://github.com/nextcloud/gallery",
"authors": [
{
"name": "Olivier Paroz",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://www.oparoz.com"
},
{
"name": "Robin Appelman",
"email": "[email protected]",
"role": "Developer",
"homepage": "https://github.com/icewind1991"
}
],
"support": {
"issues": "https://github.com/nextcloud/gallery/issues",
"wiki": "https://github.com/nextcloud/gallery/wiki",
"source": "https://github.com/nextcloud/gallery"
},
"require": {
"symfony/yaml": "~3.2"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.2",
"phpunit/phpunit": "^6.5",
"codeception/codeception": "2.3.*",
"codeception/phpbuiltinserver": "*",
"composer-plugin-api": "^1.0",
"codeception/c3": "2.*",
"flow/jsonpath": "^0.3.4",
"phpdocumentor/phpdocumentor": "^2.9",
"jakub-onderka/php-parallel-lint": "0.*",
"jakub-onderka/php-console-highlighter": "0.*"
}
}