elektronika_bagisto/packages/Webkul/Customer/composer.json

27 lines
625 B
JSON
Raw Permalink Normal View History

2021-11-30 05:09:18 +00:00
{
"name": "bagisto/laravel-customer",
"description": "Customers Package for themeing and various features for customers",
"license": "MIT",
"authors": [
{
"name": "Prashant Singh",
"email": "prashant.singh852@webkul.com"
}
],
"require": {},
"autoload": {
"psr-4": {
"Webkul\\Customer\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Webkul\\Customer\\Providers\\CustomerServiceProvider"
],
"aliases": {}
}
},
"minimum-stability": "dev"
}