mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-24 08:19:38 +01:00
26 lines
657 B
JSON
26 lines
657 B
JSON
{
|
|
"name": "klaussilveira/gitlist",
|
|
"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/"
|
|
}
|
|
}
|
|
}
|