From 6ac190ea7711d90b8654739021e1c57c15d193ab Mon Sep 17 00:00:00 2001 From: Jan Pecha Date: Sun, 18 Aug 2024 18:02:29 +0200 Subject: [PATCH] Funding: added Stripe --- .github/funding.yml | 2 +- composer.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/funding.yml b/.github/funding.yml index 6544888..826adc3 100644 --- a/.github/funding.yml +++ b/.github/funding.yml @@ -1 +1 @@ -custom: "https://www.janpecha.cz/donate/git-php/" +custom: ["https://donate.stripe.com/7sIcO2a9maTSg2A9AA", "https://www.janpecha.cz/donate/git-php/"] diff --git a/composer.json b/composer.json index e35d2f6..b6289ca 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ } ], "funding": [ + {"type": "stripe", "url": "https://donate.stripe.com/7sIcO2a9maTSg2A9AA"}, {"type": "other", "url": "https://www.janpecha.cz/donate/git-php/"} ], "require": {