Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
prophet777 committed Apr 11, 2015
1 parent 23d5a92 commit 42ab9e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.4",
"cboden/Ratchet": "~0.3",
"gos/web-socket-bundle": "~0.1@dev",
"gos/pubsub-router-bundle": "~0.1"
"symfony/framework-bundle": "~2.3",
"cboden/Ratchet": "~0.3.0",
"gos/pubsub-router-bundle": "~0.1.0",
"gos/websocket-client": "~0.1.0"
},
"autoload": {
"psr-4": { "Gos\\Bundle\\WebSocketBundle\\": "" }
Expand Down

0 comments on commit 42ab9e0

Please sign in to comment.