Skip to content

Commit

Permalink
adds authors and support
Browse files Browse the repository at this point in the history
  • Loading branch information
filecage committed Dec 23, 2015
1 parent bb94774 commit 7af16d2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@
"authors": [
{
"name": "David Beuchert",
"email": "[email protected]"
"email": "[email protected]",
"homepage": "https://github.com/filecage"
},
{
"name": "Manuel Ernst",
"email": "[email protected]",
"homepage": "https://github.com/seriousManual"
}
],
"support": {
"source": "https://github.com/filecage/creator",
"issues": "https://github.com/filecage/creator/issues"
},
"require": {},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7af16d2

Please sign in to comment.