Initial commit of LightMVC framework files.
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "php-mvc-framework",
|
||||
"version": "1.0.0",
|
||||
"description": "Asset management for PHP MVC Framework",
|
||||
"scripts": {
|
||||
"dev": "echo 'Build assets for development'",
|
||||
"build": "echo 'Build assets for production'"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user