From adc78bc87f1c052babb7d98c03a8cbb4a09a0308 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Wed, 3 Jul 2024 12:47:24 +0200 Subject: [PATCH] Set the basic package metadata --- composer.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2348a73 --- /dev/null +++ b/composer.json @@ -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" + } + } +}