freescout-customers-groups/composer.json
Antoine Le Gonidec bfc5f6849f
1.0.0 release
* Improve the sorting of e-mails when creating/editing a group
* Add the ability to include groups in either Cc: or Bcc:
* Add localizations
2024-07-29 11:45:53 +02:00

28 lines
584 B
JSON

{
"name": "millions-missing-france/freescout-customers-groups",
"description": "Freescout customers groups - Set groups of Freescout Customers for easier group emailing",
"version": "1.0.0",
"type": "library",
"license": ["AGPL-3.0-only"],
"authors": [
{
"name": "Millions Missing FRANCE",
"email": "info@millionsmissing.fr"
}
],
"extra": {
"laravel": {
"providers": [
"Modules\\MMFCustomersGroups\\Providers\\MMFCustomersGroupsServiceProvider"
],
"aliases": {
}
}
},
"autoload": {
"psr-4": {
"Modules\\MMFCustomersGroups\\": ""
}
}
}