forked from klaussilveira/gitlist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 826 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 826 Bytes
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
{
"name": "klaussilveira/gitlist",
"description": "An elegant git repository viewer",
"require": {
"silex/silex": "~2.2",
"twig/twig": "~2.4",
"symfony/twig-bridge": "~3.0",
"symfony/filesystem": "~3.0",
"klaussilveira/gitter": "0.2.*",
"knplabs/github-api":"^2.6",
"php-http/guzzle6-adapter":"~1.1"
},
"require-dev": {
"symfony/browser-kit": "~3.0",
"symfony/css-selector": "~3.0",
"phpunit/phpunit": "~5.0",
"phpmd/phpmd": "1.5.*",
"phploc/phploc": "2.0.*",
"sebastian/phpcpd": "2.0.*",
"doctrine/annotations": "^1.4",
"friendsofphp/php-cs-fixer": "^2.5"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"GitList\\": "src/"
}
}
}