Prepare component
This commit is contained in:
@ -1,17 +1,20 @@
|
||||
{
|
||||
"name": "koneko/laravel-vuexy-website-admin",
|
||||
"description": "Laravel Vuexy Website Admin, un modulo de administracion de sitios web.",
|
||||
"keywords": ["laravel", "koneko", "framework", "vuexy", "website", "admin", "mexico"],
|
||||
"description": "Web content management module for Laravel projects, integrated with Vuexy Admin and optimized for professional sites in Mexico.",
|
||||
"keywords": [
|
||||
"laravel", "cms", "website-admin", "vuexy", "koneko", "mexico", "admin-panel",
|
||||
"seo", "gestión de contenidos", "multi-site", "erp"
|
||||
],
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"license": "BUSL-1.1-custom",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"koneko/laravel-vuexy-admin": "dev-main",
|
||||
"koneko/laravel-vuexy-admin": "dev-develop",
|
||||
"laravel/framework": "^11.31"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Koneko\\VuexyWebsiteAdmin\\": "./"
|
||||
"Koneko\\VuexyWebsiteAdmin\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
@ -31,5 +34,6 @@
|
||||
"source": "https://github.com/koneko-mx/laravel-vuexy-website-admin",
|
||||
"issues": "https://github.com/koneko-mx/laravel-vuexy-website-admin/issues"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user