Skip to content

Commit

Permalink
Prepare version 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaillard committed Aug 17, 2016
1 parent 053dd76 commit 6f3ee16
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 169 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,12 @@ WebSocketClient::factory('ws://localhost:8080')->send(

# Release history

## 1.0.2 (2016-08-17)
* Add missing `symfony/yaml` composer dependency, otherwise problems was encountered while running
`composer update --no-dev` ;
* Add missing `monolog/monolog` composer dependency, , otherwise problems was encountered while running
`composer update --no-dev`.

## 1.0.1 (2016-08-17)
* Configure specific Eclipse validator rules ;
* Add MIT license.
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "gomoob/php-websocket-server",
"version" : "1.0.1",
"version" : "1.0.2",
"license" : "MIT",
"minimum-stability" : "stable",
"prefer-stable" : true,
Expand Down Expand Up @@ -30,6 +30,8 @@
"require" : {
"php" : ">=5.6",
"cboden/ratchet" : "^0.3.5",
"monolog/monolog" : "^1.21.0",
"symfony/yaml" : "^3.1.3",
"textalk/websocket" : "^1.2.0"
},
"require-dev" : {
Expand Down
Loading

0 comments on commit 6f3ee16

Please sign in to comment.