sarga/packages/Webkul/Inventory/composer.json

28 lines
571 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"
}
],
"require": {
"propaganistas/laravel-intl": "^2.0"
},
"autoload": {
"psr-4": {
"Webkul\\Inventory\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Webkul\\Inventory\\InventoryServiceProvider"
],
"aliases": {}
}
},
"minimum-stability": "dev"
}