Skip to content

Commit

Permalink
Update composer.json Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
contaoacademy committed Sep 26, 2020
1 parent 94b3616 commit cb85f04
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/composer.lock
/vendor/
/.php_cs.cache
/.idea
18 changes: 17 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{
"name": "fenepedia/contao-klicktipp-gateway",
"description": "Contao extension to provide a Notification Center Gateway for the Klick-Tipp API.",
"description": "Contao extension to provide a Notification Center Gateway for the KlickTipp API.",
"type": "contao-bundle",
"license": "LGPL-3.0-or-later",
"homepage": "https://www.fenepedia.de/contao-klicktipp-gateway",
"keywords": [
"Klick-Tipp",
"KickTipp",
"Contao",
"Notification Center"
],
"authors": [
{
"name": "Fenepedia",
"homepage": "https://www.fenepedia.de",
"role": "Owner"
},
{
"name": "Fritz Michael Gschwantner",
"email": "[email protected]",
Expand All @@ -28,5 +39,10 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16"
},
"support": {
"issues": "https://github.com/fenepedia/contao-klicktipp-gateway/issues",
"docs": "https://www.fenepedia.de/contao-klicktipp-gateway",
"source": "https://github.com/fenepedia/contao-klicktipp-gateway"
}
}

0 comments on commit cb85f04

Please sign in to comment.