leviathan2/composer.json
2023-11-05 17:26:36 +01:00

23 lines
515 B
JSON

{
"name": "phangoapp/leviathan2",
"description": "A dashboard control panel for hosting tasks",
"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"
}
}