From ce31ac91e38036868128289db33359a92c5a5774 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 17 Feb 2020 09:21:36 +0100 Subject: [PATCH] Fixed issue with ringpgp, using a fork --- composer.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 4c8301d11..1a6981901 100644 --- a/composer.json +++ b/composer.json @@ -12,21 +12,10 @@ "name": "Enrico Zimuel" } ], - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/ezimuel/RingPHP" - }, - { - "type": "vcs", - "url": "https://github.com/ezimuel/streams" - } - ], "require": { "php": "^7.1", "ext-json": ">=1.3.7", - "guzzlehttp/ringphp": "dev-fork-elasticsearch", - "guzzlehttp/streams": "@dev", + "ezimuel/ringphp": "^1.1.2", "psr/log": "~1.0" }, "require-dev": {