mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-30 03:09:45 +01:00
29 lines
684 B
JSON
29 lines
684 B
JSON
{
|
|
"require": {
|
|
"silex/silex": "1.0.*",
|
|
"twig/twig": "1.9.*",
|
|
"symfony/twig-bridge": "2.1.*",
|
|
"symfony/filesystem": "2.1.*",
|
|
"klaussilveira/gitter": "dev-fix-get-branches"
|
|
},
|
|
"require-dev": {
|
|
"symfony/browser-kit": "2.1.*",
|
|
"symfony/css-selector": "2.1.*",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"phpmd/phpmd": "1.4.*",
|
|
"phploc/phploc": "1.7.*"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"GitList": "src/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/NateEag/gitter.git"
|
|
}
|
|
]
|
|
}
|