Skip to content

Commit

Permalink
Update composer.json (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin authored May 23, 2024
1 parent c0a68df commit 573a93d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down

0 comments on commit 573a93d

Please sign in to comment.