freescout-restricted-customers/composer.json
Antoine Le Gonidec b1438e5ca1
0.2.0 release
* On the initial package install, link existing Customers to Mailboxes
2024-07-08 13:01:54 +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.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"
]
}
}
}