Skip to content

Commit 28b6b8e

Browse files
committed
Require fixed Promise v1.2.1 or up
1 parent d64011a commit 28b6b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"clue/multicast-react": "~1.0|~0.2.0",
1919
"react/event-loop": "~0.4.0|~0.3.0",
2020
"react/dns": "~0.4.0|~0.3.0",
21-
"react/promise": "~2.1|~1.2"
21+
"react/promise": "^2.1 || ^1.2.1"
2222
}
2323
}

0 commit comments

Comments
 (0)