From b927137cd5bd4d2f5d48a1ca71bc85006b99dbae Mon Sep 17 00:00:00 2001 From: Sean Tymon Date: Tue, 8 Sep 2020 13:29:20 +0100 Subject: [PATCH] add funding --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 668815b78..3bde18f67 100644 --- a/composer.json +++ b/composer.json @@ -63,6 +63,12 @@ ] } }, + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/seantymon" + } + ], "config": { "sort-packages": true },