freescout-restricted-customers/composer.json

28 lines
621 B
JSON

{
"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"
}
],
"require": {
"laravel/framework": "v5.5.40"
},
"autoload": {
"psr-4": {
"MMF\\FreescoutRestrictedCustomers\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"MMF\\FreescoutRestrictedCustomers\\FreescoutRestrictedCustomersServiceProvider"
]
}
}
}