- gitlist.git
- composer.json
This file ( 569B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
{
"name": "patrikx3/gitlist",
"description": "An elegant git repository viewer",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"GitList\\": "src/"
}
},
"require": {
"php": ">=7.1.0",
"symfony/filesystem": ">=4",
"symfony/twig-bridge": ">=4",
"twig/twig": ">=2",
"silex/silex": ">=2",
"patrikx3/gitter": ">=1.0.6"
},
"require-dev": {
"symfony/browser-kit": ">=4",
"phpunit/phpunit": ">=7",
"symfony/css-selector": ">=4"
}
}