From 2d512f4a40fed2a1361f05fe7eab29a00b907fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronny=20L=C3=B3pez?= Date: Tue, 11 Aug 2020 19:25:28 +0200 Subject: [PATCH] Add funding to composer.json --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7d46335..353f034 100644 --- a/composer.json +++ b/composer.json @@ -17,5 +17,11 @@ "psr-4": { "RedLock\\": "src/" } - } + }, + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/ronnylt" + } + ] }