Skip to content

Commit e70d6ff

Browse files
committed
Forward compatibility with react/promise 3
1 parent 9784e34 commit e70d6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": ">=5.3",
2222
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
23-
"react/promise": "^2.7.0 || ^1.2.1"
23+
"react/promise": "dev-master as 3.0.0 || ^2.7.0 || ^1.2.1"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"

0 commit comments

Comments
 (0)