forked from klaussilveira/gitlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 849 Bytes
/
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
{
"name": "klaussilveira/gitlist",
"description": "An elegant git repository viewer",
"require": {
"php": ">=5.3",
"doctrine/instantiator": "1.0.*",
"klaussilveira/gitter": "^0.4.0",
"phpdocumentor/reflection-docblock": "2.0.*",
"sebastian/comparator": "1.2.*",
"sebastian/recursion-context": "1.0.*",
"silex/silex": "1.3.*",
"symfony/filesystem": "2.8.*",
"symfony/http-kernel": "2.8.*",
"symfony/process": "2.8.*",
"symfony/twig-bridge": "2.8.*",
"twig/twig": "1.35.*"
},
"require-dev": {
"symfony/browser-kit": "~2.8",
"symfony/css-selector": "~2.8",
"phpunit/phpunit": "~4.8"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"GitList\\": "src/"
}
}
}