Skip to content

Commit 76f77a1

Browse files
committed
Use the new command bus factory to create the command bus
1 parent 7021dea commit 76f77a1

File tree

3 files changed

+321
-66
lines changed

3 files changed

+321
-66
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@
1111
],
1212
"require": {
1313
"php": "^7.0",
14-
"api-clients/command-bus": "dev-master",
14+
"api-clients/command-bus": "dev-feature-factory as dev-master",
1515
"api-clients/events": "dev-master",
1616
"api-clients/hydrator": "dev-master",
1717
"api-clients/service": "dev-master",
1818
"api-clients/transport": "dev-master",
1919
"league/event": "^2.1",
20-
"league/tactician-container": "^1.0",
21-
"php-di/php-di": "^5.4",
22-
"wyrihaximus/tactician-command-handler-mapper": "^1.0"
20+
"php-di/php-di": "^5.4"
2321
},
2422
"require-dev": {
2523
"api-clients/test-utilities": "dev-master",

0 commit comments

Comments
 (0)