Skip to content

Commit f50d796

Browse files
committed
Use new way of doing custom operators
1 parent 78976c0 commit f50d796

File tree

3 files changed

+130
-152
lines changed

3 files changed

+130
-152
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"php": "^7.0",
1616
"api-clients/foundation": "dev-master",
1717
"api-clients/middleware-oauth1": "^1.0",
18+
"api-clients/rx": "dev-master",
1819
"api-clients/rx-operators": "dev-master",
1920
"api-clients/transport": "dev-master",
20-
"react/http-client": "^0.4.14",
21-
"reactivex/rxphp": "dev-custom_operators as 1.4.0"
21+
"react/http-client": "^0.4.14"
2222
},
2323
"require-dev": {
2424
"api-clients/resource-generator": "dev-master",
@@ -35,12 +35,6 @@
3535
"ApiClients\\Tests\\Client\\Twitter\\": "tests/"
3636
}
3737
},
38-
"repositories": [
39-
{
40-
"type": "vcs",
41-
"url": "https://github.com/mbonneau/RxPHP"
42-
}
43-
],
4438
"config": {
4539
"sort-packages": true
4640
}

0 commit comments

Comments
 (0)