|
1 | 1 | { |
2 | 2 | "name": "api-clients/foundation", |
3 | 3 | "license": "MIT", |
| 4 | + "minimum-stability": "dev", |
| 5 | + "prefer-stable": true, |
4 | 6 | "authors": [ |
5 | 7 | { |
6 | 8 | "name": "Cees-Jan Kiewiet", |
|
10 | 12 | "require": { |
11 | 13 | "php": "^7.0", |
12 | 14 | "api-clients/hydrator": "dev-master", |
13 | | - "api-clients/resource": "dev-master", |
14 | | - "clue/block-react": "^1.1", |
15 | | - "doctrine/annotations": "^1.2", |
16 | | - "guzzlehttp/guzzle": "^6.2", |
17 | | - "react/cache": "^0.4.1", |
18 | | - "react/promise": "^2.4", |
19 | | - "reactivex/rxphp": "^1.2", |
20 | | - "wyrihaximus/react-guzzle-psr7": "^1.0", |
21 | | - "wyrihaximus/ticking-promise": "^1.6" |
| 15 | + "api-clients/test-utilities": "dev-master", |
| 16 | + "api-clients/transport": "dev-master", |
| 17 | + "league/container": "^2.2", |
| 18 | + "league/event": "^2.1", |
| 19 | + "league/tactician": "^1.0", |
| 20 | + "league/tactician-container": "^1.0", |
| 21 | + "wyrihaximus/tactician-command-handler-mapper": "^1.0" |
22 | 22 | }, |
23 | 23 | "require-dev": { |
24 | 24 | "humbug/humbug": "1.0.0-alpha2", |
|
39 | 39 | }, |
40 | 40 | "autoload-dev": { |
41 | 41 | "psr-4": { |
42 | | - "ApiClients\\Tests\\Foundation\\": "tests/" |
| 42 | + "ApiClients\\Tests\\Foundation\\": "tests/", |
| 43 | + "ApiClients\\TestApp\\Foundation\\": "test_app/" |
43 | 44 | } |
44 | 45 | }, |
45 | 46 | "config": { |
|
0 commit comments