Set the basic package metadata
This commit is contained in:
parent
d922acc4f1
commit
adc78bc87f
1 changed files with 19 additions and 0 deletions
19
composer.json
Normal file
19
composer.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue