{ "name": "millions-missing-france/freescout-restricted-customers", "description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes", "version": "0.2.0", "type": "library", "license": ["AGPL-3.0-only"], "authors": [ { "name": "Millions Missing FRANCE", "email": "info@millionsmissing.fr" } ], "require": { "laravel/framework": "v5.5.40" }, "autoload": { "psr-4": { "MillionsMissingFrance\\FreescoutRestrictedCustomers\\": "src" } }, "extra": { "laravel": { "providers": [ "MillionsMissingFrance\\FreescoutRestrictedCustomers\\FreescoutRestrictedCustomersServiceProvider" ] } } }