From 5902564794ad8cc2fc896651ed4ee4508c76468d Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Tue, 15 Jun 2021 19:58:30 +0100 Subject: [PATCH] Update composer.json (#118) --- composer.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 35d1274..d3e4596 100644 --- a/composer.json +++ b/composer.json @@ -37,5 +37,12 @@ "psr-4": { "Gt\\Cli\\Test\\": "./test/phpunit" } - } + }, + + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/PhpGt" + } + ] }