Skip to content

Commit 1e4c87d

Browse files
committed
Forward compatibility with EventLoop v1.0 and v0.5
1 parent 1284eba commit 1e4c87d

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
"require-dev": {
1111
"phpunit/phpunit": "^5.0 || ^4.8.10",
12-
"react/event-loop": "^0.4|^0.3",
12+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
1313
"clue/stream-filter": "~1.2"
1414
},
1515
"suggest": {

0 commit comments

Comments
 (0)