From 92a6a4adda5eafd1823c7c9c386e2c7e5e75cd08 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Sat, 15 Feb 2020 01:04:36 +0100 Subject: [PATCH] Removed dev-master version for ringphp --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 952f89b51..1a6981901 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,7 @@ "require": { "php": "^7.1", "ext-json": ">=1.3.7", - "ezimuel/ringphp": "master@dev", - "ezimuel/guzzlestreams": "master@dev", + "ezimuel/ringphp": "^1.1.2", "psr/log": "~1.0" }, "require-dev": {