freescout-restricted-customers/composer.json

29 lines
671 B
JSON
Raw Normal View History

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