sarga/packages/Webkul/Inventory/composer.json

26 lines
532 B
JSON
Raw Normal View History

2018-07-24 11:11:32 +00:00
{
2018-11-13 10:13:09 +00:00
"name": "bagisto/laravel-inventory",
2018-07-24 11:11:32 +00:00
"license": "MIT",
"authors": [
{
"name": "Jitendra Singh",
"email": "jitendra@webkul.com"
}
],
2020-08-13 12:41:59 +00:00
"require": {},
2018-07-24 11:11:32 +00:00
"autoload": {
"psr-4": {
"Webkul\\Inventory\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Webkul\\Inventory\\Providers\\InventoryServiceProvider"
2018-07-24 11:11:32 +00:00
],
"aliases": {}
}
},
"minimum-stability": "dev"
}