freescout-restricted-customers/composer.json

29 lines
621 B
JSON
Raw Normal View History

2024-07-03 10:47:24 +00:00
{
"name": "mmf/freescout-restricted-customers",
"description": "MMF Freescout restricted customers - Restrict access to Freescout customers to the account that created them",
"version": "0.1.0",
"type": "library",
"license": ["AGPL"],
"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": {
"MMF\\FreescoutRestrictedCustomers\\": "src"
}
2024-07-03 11:45:15 +00:00
},
"extra": {
"laravel": {
"providers": [
"MMF\\FreescoutRestrictedCustomers\\FreescoutRestrictedCustomersServiceProvider"
]
}
2024-07-03 10:47:24 +00:00
}
}