diff --git a/composer.json b/composer.json index 1b15bac..10e397f 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,22 @@ "license": "BSD-3-Clause", "support": { "issues": "https://github.com/yiisoft/yii-dev-tool/issues?state=open", + "source": "https://github.com/yiisoft/yii-dev-tool", "forum": "https://www.yiiframework.com/forum/", "wiki": "https://www.yiiframework.com/wiki/", "irc": "ircs://irc.libera.chat:6697/yii", - "chat": "https://t.me/yii3en", - "source": "https://github.com/yiisoft/yii-dev-tool" + "chat": "https://t.me/yii3en" }, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/yiisoft" + }, + { + "type": "github", + "url": "https://github.com/sponsors/yiisoft" + } + ], "require": { "php": "^8.0", "ext-curl": "*",