23 lines
410 B
JSON
Executable file
23 lines
410 B
JSON
Executable file
{
|
|
"name": "versustunez/venom",
|
|
"description": "a CMS",
|
|
"type": "project",
|
|
"authors": [
|
|
{
|
|
"name": "Maurice Grönwoldt",
|
|
"email": "mauricegroenwoldt@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"ext-pdo": "*",
|
|
"ext-http": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Venom\\": "./src/Venom/",
|
|
"Modules\\": "./src/modules/",
|
|
"Controllers\\": "./src/controllers/"
|
|
}
|
|
}
|
|
}
|