freescout-restricted-customers/composer.json
Antoine Le Gonidec bcaaed0566
1.1.0 release
* Add compatibility with MMFCustomersGroups.
2024-07-20 18:49:41 +02:00

28 lines
605 B
JSON

{
"name": "millions-missing-france/freescout-restricted-customers",
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
"version": "1.1.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\\": ""
}
}
}