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": {