Skip to content

Commit 7559fd1

Browse files
authored
Merge pull request #94 from clue-labs/loop
Forward compatibility with EventLoop v1.0 and v0.5
2 parents 1284eba + 1e4c87d commit 7559fd1

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)