Skip to content

Commit fce34bc

Browse files
committed
Add template types
Requires: ReactiveX/RxPHP#218
1 parent b942237 commit fce34bc

File tree

5 files changed

+1839
-1301
lines changed

5 files changed

+1839
-1301
lines changed

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@
1010
],
1111
"require": {
1212
"php": "^8.2",
13-
"react/async": "^4",
14-
"react/promise": "^2.10 || ^3",
15-
"reactivex/rxphp": "^2.0.12"
13+
"react/async": "^4.2",
14+
"react/promise": "^3.1",
15+
"reactivex/rxphp": "dev-template-types as 2.0.13",
16+
"wyrihaximus/react-event-loop-rx-scheduler-hook-up": "^0.1.1"
1617
},
1718
"require-dev": {
1819
"wyrihaximus/async-test-utilities": "^7.2"
1920
},
21+
"repositories": [
22+
{
23+
"type": "vcs",
24+
"url": "https://github.com/WyriHaximus-secret-labs/rxphp"
25+
}
26+
],
2027
"autoload": {
2128
"psr-4": {
2229
"WyriHaximus\\React\\": "src/"

0 commit comments

Comments
 (0)