feat(provider-integrations): move ProviderOnline endpoints to new module
This commit is contained in:
21
Modules/ProviderIntegrations/composer.json
Normal file
21
Modules/ProviderIntegrations/composer.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "nwidart/providerintegrations",
|
||||
"description": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicolas Widart",
|
||||
"email": "n.widart@gmail.com"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [],
|
||||
"aliases": {}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Modules\\ProviderIntegrations\\": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user