Skip to content

Commit afbb4c7

Browse files
committed
Change react/promise constraints to use tilde operator
1 parent 34c1059 commit afbb4c7

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
@@ -9,7 +9,7 @@
99
},
1010
"suggest": {
1111
"react/event-loop": "0.2.*",
12-
"react/promise": "1.0.*"
12+
"react/promise": "~1.0"
1313
},
1414
"autoload": {
1515
"psr-0": { "React\\Stream": "" }

0 commit comments

Comments
 (0)