27 lines
605 B
JSON
27 lines
605 B
JSON
|
|
{
|
||
|
|
"name": "bagisto/laravel-shipping",
|
||
|
|
"description": "Shipping Package for Shipping Method",
|
||
|
|
"license": "MIT",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "rahulshukla-webkul",
|
||
|
|
"email": "rahulshukla.symfony517@webkul.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Webkul\\Shipping\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"extra": {
|
||
|
|
"laravel": {
|
||
|
|
"providers": [
|
||
|
|
"Webkul\\Shipping\\Providers\\ShippingServiceProvider"
|
||
|
|
],
|
||
|
|
"aliases": {}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"minimum-stability": "dev"
|
||
|
|
}
|