Skip to content

Commit 820d139

Browse files
authored
Add funding section to composer.json
1 parent 0a6e223 commit 820d139

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
"Wwwision\\Neos\\MailChimp": "Classes"
1212
}
1313
},
14+
"funding": [
15+
{
16+
"type": "github",
17+
"url": "https://github.com/sponsors/bwaidelich"
18+
},
19+
{
20+
"type": "paypal",
21+
"url": "https://www.paypal.me/bwaidelich"
22+
}
23+
],
1424
"extra": {
1525
"applied-flow-migrations": [
1626
"TYPO3.FLOW3-201201261636",
@@ -101,4 +111,4 @@
101111
"Neos.Fusion-20220326120900"
102112
]
103113
}
104-
}
114+
}

0 commit comments

Comments
 (0)