File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.6.0 (2015-05-08)
2+
3+ BC Breaks:
4+ - None
5+
6+ New features:
7+
8+ - [ Added CONTRIBUTING.md] ( https://github.com/thephpleague/tactician/pull/57 )
9+ - [ Middlewares are now checked for the correct interface] ( https://github.com/thephpleague/tactician/pull/56 )
10+
11+ Bug fixes:
12+
13+ - [ LockingMiddleware now passes the correct command] ( https://github.com/thephpleague/tactician/pull/62 )
14+
115## 0.5.0 (2015-03-30)
216
317tl;dr CommandHandlerMiddleware now requires an extra first parameter, you just need to pass an instance of ` ClassNameExtractor ` to it.
Original file line number Diff line number Diff line change 3232 },
3333 "extra" : {
3434 "branch-alias" : {
35- "dev-master" : " 0.6 -dev"
35+ "dev-master" : " 0.7 -dev"
3636 }
3737 }
3838}
You can’t perform that action at this time.
0 commit comments