Skip to content

Commit a7efc85

Browse files
authored
Merge pull request #3 from reactphp-parallel/Bump-to-runtime-v2
Bump to runtime v2
2 parents 3708218 + 8b39855 commit a7efc85

File tree

6 files changed

+2421
-902
lines changed

6 files changed

+2421
-902
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"php": "^7.4",
1414
"ext-parallel": "*",
1515
"react-parallel/contracts": "^1.0",
16-
"react-parallel/future-to-promise-converter": "^1.0",
17-
"react-parallel/runtime": "^1.0",
16+
"react-parallel/event-loop": "^1.0",
17+
"react-parallel/runtime": "^2.0",
1818
"react/event-loop": "^1.1",
1919
"react/promise": "^2.7",
2020
"wyrihaximus/constants": "^1.4",
@@ -25,13 +25,13 @@
2525
"bruli/php-value-objects": "^2.0",
2626
"moneyphp/money": "^3.2 || ^3.2.1",
2727
"ocramius/package-versions": "^1.4",
28-
"react-parallel/pool-tests": "^1.0",
29-
"wyrihaximus/async-test-utilities": "^2.0.0-alpha2",
28+
"react-parallel/pool-tests": "^2.0",
29+
"wyrihaximus/async-test-utilities": "^2.2",
3030
"wyrihaximus/iterator-or-array-to-array": "^1.1"
3131
},
3232
"config": {
3333
"platform": {
34-
"php": "7.4"
34+
"php": "7.4.7"
3535
},
3636
"sort-packages": true
3737
},

0 commit comments

Comments
 (0)