mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-29 18:59:48 +01:00
27 lines
714 B
JSON
27 lines
714 B
JSON
{
|
|
"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-4": {
|
|
"GitList\\": "src/"
|
|
}
|
|
}
|
|
}
|