From ffd7b3c20863ecf847cc6886f26097c81e6a7050 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Thu, 10 Oct 2019 19:14:59 +0200 Subject: [PATCH] Forward compatibility with react/promise 3 --- composer.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6a062273..9afaad51 100644 --- a/composer.json +++ b/composer.json @@ -8,14 +8,20 @@ "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "react/dns": "^1.1", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", - "react/promise": "^2.6.0 || ^1.2.1", - "react/promise-timer": "^1.4.0", + "react/promise": "dev-master as 2.999.999", + "react/promise-timer": "dev-promise-3 as 1.6.0", "react/stream": "^1.1" }, "require-dev": { "clue/block-react": "^1.2", "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/WyriHaximus-labs/promise-timer" + } + ], "autoload": { "psr-4": { "React\\Socket\\": "src"