mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-28 10:19:39 +01:00
30 lines
849 B
JSON
30 lines
849 B
JSON
{
|
|
"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/"
|
|
}
|
|
}
|
|
}
|