26 lines
515 B
JSON
26 lines
515 B
JSON
{
|
|
"name": "krayin/laravel-core",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jitendra Singh",
|
|
"email": "jitendra@webkul.com"
|
|
}
|
|
],
|
|
"require": {
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webkul\\Core\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Webkul\\Core\\Providers\\CoreServiceProvider"
|
|
],
|
|
"aliases": {}
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
} |