19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"name": "versustunez/venom",
|
|
"description": "a CMS",
|
|
"type": "project",
|
|
"authors": [
|
|
{
|
|
"name": "Maurice Grönwoldt",
|
|
"email": "mauricegroenwoldt@gmail.com"
|
|
}
|
|
],
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Venom\\": "./src/Venom/",
|
|
"Modules\\": "./src/modules/"
|
|
}
|
|
}
|
|
}
|