Behapi v0.13
A new release (plagued ? :D) with some bc breaks, mainly the switch from using httplug to psr interfaces.
Changes since 0.12
- Bumped to PHP 7.3 minimum
- Switch from phpstan to psalm (#62)
- Switch from HttPlug to PSR interfaces (#59)
- Removed the Builder trait (#61)
- Removed the PhpMatcher context (you can use it yourself)
An example directory has been added, but that is highly experimental : it is used when I tinker Behapi's code, to check I'm not breaking anything else than what I am assuming I am breaking. Some features are failing but that's on purpose.