Skip to content

Commit ff6fb0f

Browse files
committed
Client
1 parent ab165c7 commit ff6fb0f

File tree

4 files changed

+1923
-1411
lines changed

4 files changed

+1923
-1411
lines changed

composer.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "api-clients/foundation",
33
"license": "MIT",
4+
"minimum-stability": "dev",
5+
"prefer-stable": true,
46
"authors": [
57
{
68
"name": "Cees-Jan Kiewiet",
@@ -10,15 +12,13 @@
1012
"require": {
1113
"php": "^7.0",
1214
"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"
2222
},
2323
"require-dev": {
2424
"humbug/humbug": "1.0.0-alpha2",
@@ -39,7 +39,8 @@
3939
},
4040
"autoload-dev": {
4141
"psr-4": {
42-
"ApiClients\\Tests\\Foundation\\": "tests/"
42+
"ApiClients\\Tests\\Foundation\\": "tests/",
43+
"ApiClients\\TestApp\\Foundation\\": "test_app/"
4344
}
4445
},
4546
"config": {

0 commit comments

Comments
 (0)