From cb93aae739c078c430d474689d4a446dde526155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sun, 4 Sep 2022 11:53:18 +0200 Subject: [PATCH 1/2] Forward compatibility with upcoming Promise v3 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d577fc6..eb01499 100644 --- a/composer.json +++ b/composer.json @@ -20,15 +20,15 @@ "php": ">=5.3", "clue/json-stream": "^0.1", "react/event-loop": "^1.2", - "react/http": "^1.5", - "react/promise": "^2.0 || ^1.1", - "react/promise-stream": "^1.0", - "react/socket": "^1.9", + "react/http": "^1.8@dev || ^1.7", + "react/promise": "^3@dev || ^2.0 || ^1.1", + "react/promise-stream": "^1.4", + "react/socket": "^1.12", "react/stream": "^1.2", "rize/uri-template": "^0.3" }, "require-dev": { - "clue/block-react": "^1.0 || ^0.3", + "clue/block-react": "^1.5", "clue/caret-notation": "^0.2", "clue/tar-react": "^0.2", "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" From b84c29be9e0aee3c197582701477713953634559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Thu, 29 Sep 2022 16:30:09 +0200 Subject: [PATCH 2/2] Update to stable reactphp/http v1.8.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eb01499..1bd084e 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ "php": ">=5.3", "clue/json-stream": "^0.1", "react/event-loop": "^1.2", - "react/http": "^1.8@dev || ^1.7", - "react/promise": "^3@dev || ^2.0 || ^1.1", + "react/http": "^1.8", + "react/promise": "^3 || ^2.0 || ^1.1", "react/promise-stream": "^1.4", "react/socket": "^1.12", "react/stream": "^1.2",