From f16c5668c5d2c6cd10dbba2a0e284eab543938b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Wed, 6 Dec 2023 23:03:46 +0000 Subject: [PATCH] Add composer.json file --- composer.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..f656eb13 --- /dev/null +++ b/composer.json @@ -0,0 +1,23 @@ +{ + "name": "foundation/foundation-emails", + "description": "A framework for responsive emails", + "keywords": [ + "responsive", + "emails" + ], + "homepage": "https://get.foundation", + "authors": [ + { + "name": "Foundation", + "homepage": "https://get.foundation", + "email": "contact@get.foundation" + } + ], + "support": { + "email": "contact@get.foundation", + "issues": "https://github.com/foundation/foundation-emails/issues", + "forum": "https://github.com/foundation/foundation-emails/discussions" + }, + "license": "MIT" + } + \ No newline at end of file