b05e074456
Co-authored-by: ISMAIL MASSERAN <topaz@ISMAILs-Macbook.local> Co-authored-by: ISMAIL MASSERAN <topaz@Mac.dlinkrouter.local> Reviewed-on: #11
31 lines
692 B
JSON
31 lines
692 B
JSON
{
|
|
"name": "nwidart/externalsystem",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Widart",
|
|
"email": "n.widart@gmail.com"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [],
|
|
"aliases": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\ExternalSystem\\": "App",
|
|
"Modules\\ExternalSystem\\Database\\Factories\\": "database/factories/",
|
|
"Modules\\ExternalSystem\\Database\\Seeders\\": "database/seeders/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Modules\\ExternalSystem\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|