Added files to leviathan2
This commit is contained in:
commit
b91fe7b3a3
5 changed files with 1456 additions and 0 deletions
23
composer.json
Normal file
23
composer.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue