26 lines
569 B
JSON
26 lines
569 B
JSON
{
|
|
"name": "bagisto/laravel-custom",
|
|
"description": "Custom package to over ride settings",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Webkul",
|
|
"email": "support@webkul.com"
|
|
}
|
|
],
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webkul\\Custom\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Webkul\\Custom\\Providers\\CustomServiceProvider"
|
|
],
|
|
"aliases": {}
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
} |