leviathan2/composer.json

23 lines
517 B
JSON

{
"name": "phangoapp/leviathan2",
"description": "A dashboard control panel for generic hosting",
"require-dev": {
"phpunit/phpunit": "~4.8@dev"
},
"license": "GPL3",
"authors": [
{
"name": "Antonio de la Rosa",
"email": "antonio.delarosa@cuchulu.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"PhangoApp\\Leviathan2\\": "src"
}
},
"require": {
"twig/twig": "^3.0"
}
}