diff --git a/league/tactician-bundle/0.4/config/packages/league_tactician.yaml b/league/tactician-bundle/0.4/config/packages/league_tactician.yaml new file mode 100644 index 00000000..85522f44 --- /dev/null +++ b/league/tactician-bundle/0.4/config/packages/league_tactician.yaml @@ -0,0 +1,17 @@ +# Library documentation: http://tactician.thephpleague.com/ +# Bundle documentation: https://github.com/thephpleague/tactician-bundle/blob/v0.4.1/README.md +tactician: + default_bus: default + commandbus: + default: + middleware: + - tactician.middleware.command_handler +# Example of separate command/query buses with transactional command bus +# query: +# middleware: +# - tactician.middleware.command_handler +# command: +# middleware: +# # Transactional command bus - requires http://tactician.thephpleague.com/plugins/doctrine/ +# - tactician.middleware.doctrine +# - tactician.middleware.command_handler