Skip to content

Commit

Permalink
[BUGFIX] correct composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gernott committed Feb 16, 2022
1 parent 6c158d4 commit 33f1445
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -22,7 +34,12 @@
}
},
"replace": {
"webprofil/wp-falcleaner": "self.version",
"typo3-ter/wp-falcleaner": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "wp_falcleaner"
}
}
}
}

0 comments on commit 33f1445

Please sign in to comment.