This repository has been archived by the owner on Jan 12, 2020. It is now read-only.
Releases: madewithlove/tactician-laravel
Releases · madewithlove/tactician-laravel
1.0.2
1.0.1
Added
- Allow Laravel 5.3
1.0.0
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.
0.1.0
Added
- Added
Illuminate\Container
locator - Added
TransactionMiddleware
- Added configurable middleware