Skip to content

Commit

Permalink
Fix vendor name
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 committed May 20, 2024
1 parent f9f7a37 commit f66574c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
The package could be installed with composer:

```shell
composer require yiisoft/queue-nats
composer require g41977/queue-nats
```

## General usage
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "yiisoft/queue-nats",
"name": "g41797/queue-nats",
"type": "library",
"description": "Yii Queue NATS adapter",
"keywords": [
"yii3",
"queue",
"nats"
],
"homepage": "https://www.yiiframework.com/",
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit f66574c

Please sign in to comment.