From 33f1445a0214d6681c11d953fbc37843de183456 Mon Sep 17 00:00:00 2001 From: Gernot Ploiner Date: Wed, 16 Feb 2022 06:09:38 +0100 Subject: [PATCH] [BUGFIX] correct composer.json --- composer.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 89751fe..62ef788 100644 --- a/composer.json +++ b/composer.json @@ -2,10 +2,22 @@ "name": "webprofil/wp-falcleaner", "type": "typo3-cms-extension", "description": "Find duplicate files and clean up database and filesystem.", + "license": "GPL-2.0-or-later", + "support": { + "source": "https://github.com/Gernott/wp_falcleaner", + "issues": "https://github.com/Gernott/wp_falcleaner/issues/" + }, "authors": [ { "name": "Gernot Ploiner", - "role": "Developer" + "role": "Developer", + "homepage": "https://www.webprofil.at" + } + ], + "funding": [ + { + "type": "WEBprofil - Gernot Ploiner e.U.", + "url": "https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=QBA9FNKYU98BQ" } ], "require": { @@ -22,7 +34,12 @@ } }, "replace": { - "webprofil/wp-falcleaner": "self.version", "typo3-ter/wp-falcleaner": "self.version" + }, + "extra": { + "typo3/cms": { + "extension-key": "wp_falcleaner" + } } -} \ No newline at end of file +} +