Skip to content

Commit c4719f0

Browse files
committed
Add compatibility with revolt v1.0.0
1 parent eb95f5b commit c4719f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": ">=8.1",
1616
"react/async": "^4",
17-
"react/event-loop": "^0.5 || ^1",
18-
"revolt/event-loop": "^0.2.4"
17+
"react/event-loop": "^1 || ^0.5",
18+
"revolt/event-loop": "^1 || ^0.2.4"
1919
},
2020
"require-dev": {
2121
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)