From 43e6762db794a88bba15d81a69c3ea4f2ea042e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sun, 15 Oct 2017 00:49:07 +0200 Subject: [PATCH] Forward compatibility with stable clue/utf8-react and clue/term-react --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1216981..63bbde3 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ "php": ">=5.3", "react/event-loop": "0.3.*|0.4.*", "react/stream": "^0.4.2", - "clue/utf8-react": "^0.1", - "clue/term-react": "^0.1.1" + "clue/utf8-react": "^1.0 || ^0.1", + "clue/term-react": "^1.0 || ^0.1.1" }, "suggest": { "ext-mbstring": "Using ext-mbstring should provide slightly better performance for handling I/O"