Skip to content

Commit 67998bc

Browse files
authored
Merge pull request #4 from reactphp-parallel/bump-to-stable-event-loop
Bump to stable event loop
2 parents 19e37a2 + bba335c commit 67998bc

File tree

4 files changed

+869
-406
lines changed

4 files changed

+869
-406
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"require": {
1313
"php": "^7.4",
1414
"ext-parallel": "*",
15-
"react-parallel/event-loop": "dev-master",
15+
"react-parallel/event-loop": "^1.0",
1616
"react/event-loop": "^1.1",
17-
"react/promise": "^2.7",
17+
"react/promise": "^2.8",
1818
"reactivex/rxphp": "^2.0",
19-
"wyrihaximus/constants": "^1.4.3"
19+
"wyrihaximus/constants": "^1.5"
2020
},
2121
"require-dev": {
22-
"wyrihaximus/async-test-utilities": "^2.0",
22+
"wyrihaximus/async-test-utilities": "^2.2",
2323
"wyrihaximus/ticking-promise": "^1.6"
2424
},
2525
"config": {
2626
"platform": {
27-
"php": "7.4"
27+
"php": "7.4.7"
2828
},
2929
"sort-packages": true
3030
},

0 commit comments

Comments
 (0)