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
26 lines (26 loc) · 712 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 712 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
{
"name": "klaussilveira/gitlist",
"description": "An elegant git repository viewer",
"require": {
"silex/silex": "1.*",
"twig/twig": "1.*",
"symfony/twig-bridge": "2.4.*",
"symfony/filesystem": "2.4.*",
"klaussilveira/gitter": "0.2.*"
},
"require-dev": {
"symfony/browser-kit": "2.3.*",
"symfony/css-selector": "2.3.*",
"phpunit/phpunit": "4.1.*",
"phpmd/phpmd": "1.5.*",
"phploc/phploc": "2.0.*",
"sebastian/phpcpd": "2.0.*",
"squizlabs/php_codesniffer": "2.0.*@dev"
},
"minimum-stability": "stable",
"autoload": {
"psr-0": {
"GitList": "src/"
}
}
}