Set the basic package metadata

This commit is contained in:
Antoine Le Gonidec 2024-07-03 12:47:24 +02:00
parent d922acc4f1
commit adc78bc87f
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

19
composer.json Normal file
View file

@ -0,0 +1,19 @@
{
"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": {},
"autoload": {
"psr-4": {
"MMF\\FreescoutRestrictedCustomers\\": "src"
}
}
}