freescout-restricted-customers/composer.json

29 lines
605 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",
"version": "0.9.0",
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
"extra": {
"laravel": {
"providers": [
"Modules\\MMFRestrictedCustomers\\Providers\\MMFRestrictedCustomersServiceProvider"
],
"aliases": {
}
}
},
"autoload": {
"psr-4": {
"Modules\\MMFRestrictedCustomers\\": ""
2024-07-03 11:45:15 +00:00
}
2024-07-03 10:47:24 +00:00
}
}