30 lines
606 B
JSON
Executable file
30 lines
606 B
JSON
Executable file
{
|
|
"name": "versustunez/venom",
|
|
"description": "a CMS",
|
|
"type": "project",
|
|
"authors": [
|
|
{
|
|
"name": "Maurice Grönwoldt",
|
|
"email": "mauricegroenwoldt@gmail.com",
|
|
"description": "founder"
|
|
},
|
|
{
|
|
"name": "Dominic Seela",
|
|
"email": "kontakt@engineertrooper.com",
|
|
"description": "friendly developer, supporter"
|
|
}
|
|
],
|
|
"require": {
|
|
"ext-pdo": "*",
|
|
"ext-http": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Venom\\": "./src/Venom/",
|
|
"Modules\\": "./src/modules/",
|
|
"Controllers\\": "./src/controllers/"
|
|
}
|
|
}
|
|
}
|