{ "name": "millions-missing-france/freescout-restricted-customers", "description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes", "version": "1.0.0", "type": "library", "license": ["AGPL-3.0-only"], "authors": [ { "name": "Millions Missing FRANCE", "email": "info@millionsmissing.fr" } ], "extra": { "laravel": { "providers": [ "Modules\\MMFRestrictedCustomers\\Providers\\MMFRestrictedCustomersServiceProvider" ], "aliases": { } } }, "autoload": { "psr-4": { "Modules\\MMFRestrictedCustomers\\": "" } } }