Files
LightMVC/composer.json
T

29 lines
657 B
JSON
Executable File

{
"name": "jaspreet/lightmvc",
"description": "A lightweight PHP MVC framework",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"App\\": "app/",
"Core\\": "core/"
}
},
"authors": [
{
"name": "Jaspreet Singh",
"email": "jaspreet.online2012@gmail.com",
"role": "developer"
},
{
"name": "Gemini CLI",
"role": "Artificial Intelligence"
},
{
"name": "OpenClaw",
"role": "Artificial Intelligence"
}
],
"require": {}
}