From 213178a85e7d4e56c77d4a03af35b84621792ee5 Mon Sep 17 00:00:00 2001 From: e-spin Date: Fri, 2 Apr 2021 15:16:15 +0200 Subject: [PATCH] Add support and founding --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/composer.json b/composer.json index ff32fb8..abd7426 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,16 @@ "role": "Developer" } ], + "support": { + "issues": "https://github.com/e-spin/form-newsletter-bundle/issues", + "source": "https://github.com/e-spin/form-newsletter-bundle" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/e-spin" + } + ], "require": { "php": "^7.1 || ^8.0", "contao/core-bundle": "^4.9",