File tree Expand file tree Collapse file tree 2 files changed +826
-481
lines changed Expand file tree Collapse file tree 2 files changed +826
-481
lines changed Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " ^7.0" ,
14
14
"api-clients/foundation" : " dev-master" ,
15
- "jacobkiers/oauth" : " ^1.0" ,
16
- "react/http-client" : " ^0.4.12" ,
17
- "rx/operator-extras" : " ^0.3.0"
15
+ "api-clients/middleware-oauth1" : " dev-master" ,
16
+ "api-clients/rx-operators" : " dev-master" ,
17
+ "api-clients/transport" : " dev-master" ,
18
+ "react/http-client" : " ^0.4.14" ,
19
+ "reactivex/rxphp" : " dev-custom_operators as 1.4.0"
18
20
},
19
21
"require-dev" : {
20
22
"api-clients/resource-generator" : " dev-master" ,
21
23
"api-clients/resource-test-utilities" : " dev-master" ,
22
- "api-clients/test-utilities" : " dev-master" ,
23
- "phake/phake" : " ^2.3" ,
24
- "phpunit/phpunit" : " ^5.2.3" ,
25
- "squizlabs/php_codesniffer" : " ^2.6" ,
26
- "vectorface/dunit" : " ~2.0"
24
+ "api-clients/test-utilities" : " dev-master"
27
25
},
28
26
"autoload" : {
29
27
"psr-4" : {
35
33
"ApiClients\\ Tests\\ Twitter\\ " : " tests/"
36
34
}
37
35
},
36
+ "repositories" : [
37
+ {
38
+ "type" : " vcs" ,
39
+ "url" : " https://github.com/mbonneau/RxPHP"
40
+ }
41
+ ],
38
42
"config" : {
39
43
"sort-packages" : true
40
44
}
You can’t perform that action at this time.
0 commit comments