sarga/packages/Webkul/Checkout/composer.json

25 lines
498 B
JSON
Raw Normal View History

2018-09-06 06:20:30 +00:00
{
"name": "webkul/laravel-checkout",
2018-09-06 06:20:30 +00:00
"license": "MIT",
"authors": [
{
"name": "Prashant Singh",
"email": "prashant.singh852@webkul.com"
2018-09-06 06:20:30 +00:00
}
],
"require": {},
2018-09-06 06:20:30 +00:00
"autoload": {
"psr-4": {
"Webkul\\Checkout\\": "src/"
2018-09-06 06:20:30 +00:00
}
},
"extra": {
"laravel": {
"providers": [
"Webkul\\Checkout\\CheckoutServiceProvider"
]
2018-09-06 06:20:30 +00:00
}
},
"minimum-stability": "dev"
}