Skip to content

Commit 994fb52

Browse files
committed
Updated the namespace to include Client in it
1 parent 1f83af1 commit 994fb52

File tree

7 files changed

+511
-14
lines changed

7 files changed

+511
-14
lines changed

composer.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.0",
15+
"api-clients/command-bus": "dev-master",
1516
"clue/block-react": "^1.1",
1617
"ocramius/package-versions": "^1.1",
1718
"rx/websocket": "^0.9.2"
@@ -21,15 +22,23 @@
2122
},
2223
"autoload": {
2324
"psr-4": {
24-
"ApiClients\\Pusher\\": "src/"
25+
"ApiClients\\Client\\Pusher\\": "src/"
2526
}
2627
},
2728
"autoload-dev": {
2829
"psr-4": {
29-
"ApiClients\\Tests\\Pusher\\": "tests/"
30+
"ApiClients\\Tests\\Client\\Pusher\\": "tests/"
3031
}
3132
},
3233
"config": {
3334
"sort-packages": true
35+
},
36+
"extra": {
37+
"api-clients": {
38+
"command-bus": {
39+
"path": "src/CommandBus",
40+
"namespace": "ApiClients\\Pusher\\CommandBus"
41+
}
42+
}
3443
}
3544
}

0 commit comments

Comments
 (0)