Skip to content

Commit bf97e94

Browse files
authored
Merge pull request #7 from davidwdan/refactor
Refactored AsyncClient so that it's more declarative
2 parents eb67f1d + dbccba0 commit bf97e94

File tree

9 files changed

+858
-479
lines changed

9 files changed

+858
-479
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ocramius/package-versions": "^1.1",
1818
"react/dns": "^0.4.9",
1919
"react/http-client": "^0.4.17",
20-
"reactivex/rxphp": "^2.0",
20+
"reactivex/rxphp": "^2.0.4",
2121
"rx/websocket": "^1.0",
2222
"voryx/event-loop": "^2.0.2"
2323
},
@@ -31,8 +31,12 @@
3131
},
3232
"autoload-dev": {
3333
"psr-4": {
34-
"ApiClients\\Tests\\Client\\Pusher\\": "tests/"
35-
}
34+
"ApiClients\\Tests\\Client\\Pusher\\": "tests/",
35+
"Rx\\": "vendor/reactivex/rxphp/test/Rx"
36+
},
37+
"files": [
38+
"vendor/reactivex/rxphp/test/helper-functions.php"
39+
]
3640
},
3741
"config": {
3842
"sort-packages": true,

0 commit comments

Comments
 (0)