Skip to content

Commit e633382

Browse files
committed
🚿 add funding section to composer.json
1 parent 74bc126 commit e633382

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
ko_fi: codemasher
2-
custom: "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4"

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
"homepage":"https://github.com/chillerlan/php-qrcode/graphs/contributors"
3333
}
3434
],
35+
"funding": [
36+
{
37+
"type": "Ko-Fi",
38+
"url": "https://ko-fi.com/codemasher"
39+
}
40+
],
3541
"support": {
3642
"docs": "https://php-qrcode.readthedocs.io",
3743
"issues": "https://github.com/chillerlan/php-qrcode/issues",

0 commit comments

Comments
 (0)