Skip to content

Commit 2997450

Browse files
committed
Merge branch 'master' of github.com:hunwalk/websocket
2 parents 01a5295 + 2365389 commit 2997450

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ The preferred way to install this extension is through [composer](http://getcomp
2222
Either run
2323

2424
```
25-
composer require hunwalk/websocket
25+
composer require hunwalk/yii2-websocket
2626
```
2727

2828
or add
2929

3030
```json
31-
"hunwalk/websocket": "^1.0"
31+
"hunwalk/yii2-websocket": "^1.0"
3232
```

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"keywords": ["yii2", "websocket", "component", "ratchet"],
66
"license": "MIT",
77
"authors": [
8+
{
9+
"name": "Gergely Horvath (Hunwalk)",
10+
"email": "horg3r@gmail.com"
11+
},
812
{
913
"name": "Sergey Poltaranin (Consik)",
1014
"email": "consigliere.kz@gmail.com"
@@ -25,4 +29,4 @@
2529
"url": "https://asset-packagist.org"
2630
}
2731
]
28-
}
32+
}

0 commit comments

Comments
 (0)