From 4a374a233595b668370f4bb8490b8e3b7eed2d65 Mon Sep 17 00:00:00 2001 From: David Dan Date: Mon, 23 Oct 2017 11:08:05 -0400 Subject: [PATCH] Updated dependencies and readme --- README.md | 7 ++----- composer.json | 17 ++++++++--------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1f1d3a38..56eac9a6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/composer.json b/composer.json index 8a75ef81..aed6121d 100644 --- a/composer.json +++ b/composer.json @@ -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": [ {