Skip to content

Commit 84a79f3

Browse files
committed
Switch to use the global event-loop
1 parent 9fc5844 commit 84a79f3

File tree

6 files changed

+664
-470
lines changed

6 files changed

+664
-470
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"require": {
66
"php": "^7.4",
77
"dragonmantank/cron-expression": "^3.1",
8-
"react/event-loop": "^1.1",
8+
"react/event-loop": "^1.2",
99
"react/promise": "^2.7",
1010
"thecodingmachine/safe": "^1.3",
1111
"wyrihaximus/constants": "^1.6",
1212
"wyrihaximus/react-mutex": "^2.0",
1313
"wyrihaximus/react-mutex-contracts": "^1.1"
1414
},
1515
"require-dev": {
16-
"wyrihaximus/async-test-utilities": "^3.4.24"
16+
"wyrihaximus/async-test-utilities": "^4.0"
1717
},
1818
"config": {
1919
"platform": {

0 commit comments

Comments
 (0)