Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hunwalk/websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
hunwalk committed Jan 2, 2020
2 parents 01a5295 + 2365389 commit 2997450
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```
composer require hunwalk/websocket
composer require hunwalk/yii2-websocket
```

or add

```json
"hunwalk/websocket": "^1.0"
"hunwalk/yii2-websocket": "^1.0"
```
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"keywords": ["yii2", "websocket", "component", "ratchet"],
"license": "MIT",
"authors": [
{
"name": "Gergely Horvath (Hunwalk)",
"email": "horg3r@gmail.com"
},
{
"name": "Sergey Poltaranin (Consik)",
"email": "consigliere.kz@gmail.com"
Expand All @@ -25,4 +29,4 @@
"url": "https://asset-packagist.org"
}
]
}
}

0 comments on commit 2997450

Please sign in to comment.