Skip to content

Commit 32915ae

Browse files
committed
Template types
1 parent 6a409d0 commit 32915ae

File tree

8 files changed

+1745
-2291
lines changed

8 files changed

+1745
-2291
lines changed

composer.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,25 @@
1414
"ext-parallel": "*",
1515
"react/async": "^4.2",
1616
"react/event-loop": "^1.5",
17-
"react/promise": "^2.11 || ^3.0",
18-
"reactivex/rxphp": "^2.0.12",
17+
"react/promise": "^3.1",
18+
"reactivex/rxphp": "dev-template-types as 2.0.13",
1919
"wyrihaximus/constants": "^1.6.0",
2020
"wyrihaximus/metrics": "^1.0 || ^2",
21-
"wyrihaximus/react-awaitable-observable": "^1.1"
21+
"wyrihaximus/react-awaitable-observable": "dev-add-template-types as 1.2.0"
2222
},
2323
"require-dev": {
2424
"wyrihaximus/async-test-utilities": "^7.2"
2525
},
26+
"repositories": [
27+
{
28+
"type": "vcs",
29+
"url": "https://github.com/WyriHaximus-secret-labs/rxphp"
30+
},
31+
{
32+
"type": "vcs",
33+
"url": "https://github.com/WyriHaximus/reactphp-awaitable-observable"
34+
}
35+
],
2636
"autoload": {
2737
"psr-4": {
2838
"ReactParallel\\EventLoop\\": "src/"

0 commit comments

Comments
 (0)