From 511d5b157fae1bd97ae0888bd8731b251414d055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Mon, 21 Mar 2016 22:43:15 +0100 Subject: [PATCH] Improve forwards compatibility with all supported versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 234b904..9e60ba7 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,8 @@ "require": { "php": ">=5.3.3", "guzzle/parser": "~2.8|~3.0", - "react/socket-client": "0.3.*", - "react/dns": "0.3.*" + "react/socket-client": "^0.5 || ^0.4 || ^0.3", + "react/dns": "^0.4 || ^0.3" }, "autoload": { "psr-0": { "React\\HttpClient": "" }