Skip to content

Commit e5b6089

Browse files
committed
Forward compatibility with react/promise 3
1 parent aa10d63 commit e5b6089

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
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.3.0",
8-
"react/promise": "~2.0|~1.1"
8+
"react/promise": "dev-master as 3.0.0 || ^2.0 || ^1.1"
99
},
1010
"autoload": {
1111
"psr-4": { "React\\Cache\\": "src/" }

0 commit comments

Comments
 (0)