-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94b3616
commit cb85f04
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/composer.lock | ||
/vendor/ | ||
/.php_cs.cache | ||
/.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]", | ||
|
@@ -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" | ||
} | ||
} |