Skip to content

Commit

Permalink
Updated dependencies and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwdan committed Oct 23, 2017
1 parent 59cf455 commit 4a374a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Thruway is an open source client and router implementation of [WAMP (Web Applica
Requirements
------------

Thruway is only supported on PHP 5.4 and up.
Thruway is only supported on PHP 5.6 and up.

### Quick Start with Composer

Expand All @@ -63,10 +63,7 @@ Download Composer [more info](https://getcomposer.org/doc/00-intro.md#downloadin
Download Thruway and dependencies

$ php composer.phar require voryx/thruway:0.5-dev
$ php composer.phar require cboden/ratchet:0.4.x-dev
$ php composer.phar require thruway/ratchet-transport:dev-master
$ php composer.phar require thruway/pawl-transport:dev-master
$ php composer.phar require voryx/thruway

Start the WAMP router

Expand Down
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,17 @@
},
"require": {
"php": ">=5.6",
"symfony/event-dispatcher": "2.7 - 3",
"voryx/thruway-common": "^1.0",
"symfony/event-dispatcher": "^2.7 | ^3",
"voryx/thruway-common": "^1.0.3",
"thruway/client": "^0.5.0",
"react/event-loop": "^0.4.3"
"react/event-loop": "^0.4.3",
"react/promise": "^2.3.0",
"thruway/ratchet-transport": "^0.5.0",
"thruway/pawl-transport": "^0.5.0",
"thruway/raw-socket-transport": "^0.5.0"
},
"require-dev": {
"phpunit/phpunit": "^5.5.4",
"thruway/ratchet-transport": "dev-master",
"thruway/pawl-transport": "dev-master",
"thruway/raw-socket-transport": "dev-master",
"cboden/ratchet": "^0.4",
"ratchet/pawl": "socket-connector-dev as 0.2.3"
"phpunit/phpunit": "^5.5.4"
},
"repositories": [
{
Expand Down

0 comments on commit 4a374a2

Please sign in to comment.