|
3 | 3 | "description": "Async first twitter client", |
4 | 4 | "homepage": "https://php-api-clients.org/clients/twitter/", |
5 | 5 | "license": "MIT", |
6 | | - "minimum-stability": "dev", |
7 | | - "prefer-stable": true, |
8 | 6 | "authors": [ |
9 | 7 | { |
10 | 8 | "name": "Cees-Jan Kiewiet", |
|
13 | 11 | ], |
14 | 12 | "require": { |
15 | 13 | "php": "^7.0", |
16 | | - "api-clients/client-services": "^1.1", |
17 | | - "api-clients/foundation": "dev-master", |
| 14 | + "api-clients/client-services": "^1.4", |
| 15 | + "api-clients/foundation": "^1.0", |
18 | 16 | "api-clients/middleware-http-exceptions": "^2.0", |
19 | | - "api-clients/middleware-json": "^2.0", |
| 17 | + "api-clients/middleware-json": "^3.1", |
20 | 18 | "api-clients/middleware-oauth1": "^4.0", |
21 | 19 | "api-clients/middleware-user-agent": "^2.0", |
22 | | - "api-clients/rx": "^2.0", |
| 20 | + "api-clients/rx": "^2.2", |
23 | 21 | "api-clients/rx-operators": "^2.0", |
24 | | - "react/http-client": "^0.4.17" |
| 22 | + "react/http-client": ">=0.4.17" |
25 | 23 | }, |
26 | 24 | "require-dev": { |
27 | | - "api-clients/resource-generator": "dev-master", |
28 | | - "api-clients/resource-test-utilities": "dev-master", |
29 | | - "api-clients/test-utilities": "^4.1" |
| 25 | + "api-clients/resource-generator": "^1.0", |
| 26 | + "api-clients/resource-test-utilities": "^1.0", |
| 27 | + "api-clients/test-utilities": "^4.3" |
30 | 28 | }, |
31 | 29 | "autoload": { |
32 | 30 | "psr-4": { |
|
0 commit comments