mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-22 07:22:51 +01:00
24 lines
570 B
JSON
24 lines
570 B
JSON
{
|
|
"name": "klaussilveira/gitlist",
|
|
"require": {
|
|
"silex/silex": "1.*",
|
|
"twig/twig": "1.*",
|
|
"symfony/twig-bridge": "2.3.*",
|
|
"symfony/filesystem": "2.3.*",
|
|
"klaussilveira/gitter": "0.2.*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/browser-kit": "2.3.*",
|
|
"symfony/css-selector": "2.3.*",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"phpmd/phpmd": "1.5.*",
|
|
"phploc/phploc": "2.0.*"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"GitList": "src/"
|
|
}
|
|
}
|
|
}
|