summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index ee3972c..669dab1 100644
--- a/composer.json
+++ b/composer.json
@@ -36,12 +36,9 @@
"require": {
"php": ">=5.3",
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6",
- "react/promise": "^2.1 || ^1.2"
+ "react/promise": "^3 || ^2.1 || ^1.2"
},
"require-dev": {
- "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
- "react/promise-timer": "^1.0",
- "clue/block-react": "^1.0",
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
}
}