first commit
This commit is contained in:
36
composer.json
Normal file
36
composer.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "koneko/laravel-vuexy-website-layout-porto",
|
||||
"description": "Laravel Vuexy Website Layout Porto, template Porto para Laravel Vuexy Website Admin.",
|
||||
"keywords": ["laravel", "koneko", "framework", "vuexy", "website", "admin", "mexico"],
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"koneko/laravel-vuexy-website-admin": "@dev",
|
||||
"laravel/framework": "^11.31"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Koneko\\VuexyWebsiteLayoutPorto\\": ""
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Koneko\\VuexyWebsiteLayoutPorto\\Providers\\VuexyWebsiteLayoutPortoServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Arturo Corro Pacheco",
|
||||
"email": "arturo@koneko.mx"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/koneko-mx/laravel-vuexy-website-layout-porto",
|
||||
"issues": "https://github.com/koneko-mx/laravel-vuexy-website-layout-porto/issues"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
Reference in New Issue
Block a user