From f70654e75f4e68f485541ca0346aee7813b17314 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Sep 2022 16:42:50 +0200 Subject: update to 1.7.0 drop build dependency on clue/block-react add build dependency on react/async and react/promise-timer switch to classmap autoloader --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 4c9a038..57adfc2 100644 --- a/composer.json +++ b/composer.json @@ -38,11 +38,12 @@ "ringcentral/psr7": "^1.2" }, "require-dev": { - "clue/block-react": "^1.5", "clue/http-proxy-react": "^1.7", "clue/reactphp-ssh-proxy": "^1.3", "clue/socks-react": "^1.3", - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35", + "react/async": "^4 || ^3 || ^2", + "react/promise-timer": "^1.9" }, "autoload": { "psr-4": { "React\\Http\\": "src" } -- cgit