freescout-restricted-customers/composer.json
Antoine Le Gonidec 8d0a454713
1.1.2 bugfix release
* Fix creating a new Conversation with a new Customer.
* Fix the error shown when trying to create a Customer with no linked Mailbox.
2024-07-22 19:00:04 +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.2",
"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\\": ""
}
}
}