Skip to content

Commit 186e552

Browse files
authored
Merge pull request #8 from reactphp-parallel/replace-react-parallel/future-to-promise-converter-with-react-parallel/event-loop
Replace future-to-promise-converter with event-loop
2 parents 43ad7fd + 2e7d903 commit 186e552

File tree

5 files changed

+1460
-571
lines changed

5 files changed

+1460
-571
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"require": {
1313
"php": "^7.4",
1414
"ext-parallel": "*",
15-
"react-parallel/future-to-promise-converter": "^1.0",
15+
"react-parallel/event-loop": "^1.0",
1616
"react/event-loop": "^1.1",
1717
"react/promise": "^2.7",
1818
"wyrihaximus/constants": "^1.4.3"
1919
},
2020
"require-dev": {
21-
"wyrihaximus/async-test-utilities": "^2.0.0-alpha1",
21+
"wyrihaximus/async-test-utilities": "^2.0",
2222
"wyrihaximus/ticking-promise": "^1.6"
2323
},
2424
"config": {

0 commit comments

Comments
 (0)