freescout-restricted-customers/composer.json
Antoine Le Gonidec 978a02c548
0.6.0 release
* Link to a Mailbox the Customers automatically created when fetching e-mails.
2024-07-09 18:45:38 +02:00

28 lines
671 B
JSON

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