Add funding key to composer.json (#7219)

This commit is contained in:
Álvaro Mondéjar 2022-03-14 14:37:59 +01:00 committed by GitHub
parent 9b823a427f
commit db4a963330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,11 @@
"support": {
"issues": "https://github.com/simple-icons/simple-icons/issues"
},
"license": "CC0-1.0"
"license": "CC0-1.0",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/simple-icons"
}
]
}