Skip to content
This repository was archived by the owner on Jan 12, 2020. It is now read-only.

1.0.0

Choose a tag to compare

@bramdevries bramdevries released this 14 Mar 18:18
· 15 commits to master since this release

Added

  • Configurable origin and target names

Tagged as 1.0.0 since http://tactician.thephpleague.com/ also tagged 1.0.0 so we can make BC together with them.

Upgrading

There are no breaking changes in this release

Configurable origin and target names

This release adds a bit more customization to your configuration file. The goal is to prevent having to overload the ContainerLocator in your project by exposing the replacements.origin and replacements.target configurations. This allows you to easily switch the namespace where your commands and handlers are located.