Skip to content

Commit

Permalink
Prepare for Packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 committed May 20, 2024
1 parent d1abf26 commit f9f7a37
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,14 @@
{
"name": "yiisoft/queue-redis",
"name": "yiisoft/queue-nats",
"type": "library",
"description": "Yii Queue AMQP adapter based on redis-extension",
"description": "Yii Queue NATS adapter",
"keywords": [
"yii",
"yii3",
"queue",
"redis"
"nats"
],
"homepage": "https://www.yiiframework.com/",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/queue-redis/issues?state=open",
"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/queue-redis"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/yiisoft"
},
{
"type": "github",
"url": "https://github.com/sponsors/yiisoft"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
Expand Down

0 comments on commit f9f7a37

Please sign in to comment.