Skip to content

Commit

Permalink
Add funding information to composer.json (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Apr 23, 2020
2 parents aeae9d0 + 05650e5 commit 3d79eef
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,23 @@
],
"phpstan": "vendor/bin/phpstan analyse",
"test": "vendor/bin/phpunit --colors=always"
}
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/core23"
},
{
"type": "opencollective",
"url": "https://opencollective.com/core23"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/core23"
},
{
"type": "other",
"url": "https://donate.core23.de"
}
]
}

0 comments on commit 3d79eef

Please sign in to comment.