Skip to content

Commit 00e0e58

Browse files
committed
Forward compatibility with react/promise 3
1 parent a80b842 commit 00e0e58

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/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6",
23-
"react/promise": "^2.1 || ^1.2"
23+
"react/promise": "dev-master as 3.0.0 || ^2.1 || ^1.2"
2424
},
2525
"require-dev": {
2626
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",

0 commit comments

Comments
 (0)