freescout-restricted-customers/composer.json

29 lines
671 B
JSON
Raw Normal View History

2024-07-03 10:47:24 +00:00
{
"name": "millions-missing-france/freescout-restricted-customers",
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
2024-07-08 15:03:48 +00:00
"version": "0.3.1",
2024-07-03 10:47:24 +00:00
"type": "library",
2024-07-06 16:56:09 +00:00
"license": ["AGPL-3.0-only"],
2024-07-03 10:47:24 +00:00
"authors": [
{
"name": "Millions Missing FRANCE",
"email": "info@millionsmissing.fr"
}
],
2024-07-03 11:45:15 +00:00
"require": {
"laravel/framework": "v5.5.40"
},
2024-07-03 10:47:24 +00:00
"autoload": {
"psr-4": {
"MillionsMissingFrance\\FreescoutRestrictedCustomers\\": "src"
2024-07-03 10:47:24 +00:00
}
2024-07-03 11:45:15 +00:00
},
"extra": {
"laravel": {
"providers": [
"MillionsMissingFrance\\FreescoutRestrictedCustomers\\FreescoutRestrictedCustomersServiceProvider"
2024-07-03 11:45:15 +00:00
]
}
2024-07-03 10:47:24 +00:00
}
}