Files
aso/Modules/ProviderIntegrations/composer.json

22 lines
406 B
JSON

{
"name": "nwidart/providerintegrations",
"description": "",
"authors": [
{
"name": "Nicolas Widart",
"email": "n.widart@gmail.com"
}
],
"extra": {
"laravel": {
"providers": [],
"aliases": {}
}
},
"autoload": {
"psr-4": {
"Modules\\ProviderIntegrations\\": ""
}
}
}