Initial commit of LightMVC framework files.
This commit is contained in:
Executable
+28
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user