2018-07-11 05:41:27 +00:00
|
|
|
{
|
2018-11-13 10:13:09 +00:00
|
|
|
"name": "bagisto/laravel-core",
|
2018-07-11 05:41:27 +00:00
|
|
|
"license": "MIT",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Jitendra Singh",
|
|
|
|
|
"email": "jitendra@webkul.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
2020-08-13 12:46:43 +00:00
|
|
|
"require": {},
|
2018-07-11 05:41:27 +00:00
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Webkul\\Core\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"laravel": {
|
|
|
|
|
"providers": [
|
|
|
|
|
"Webkul\\Core\\Providers\\CoreServiceProvider"
|
|
|
|
|
],
|
|
|
|
|
"aliases": { }
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"minimum-stability": "dev"
|
|
|
|
|
}
|