Releases: gdbots/enrichments-php
Releases · gdbots/enrichments-php
v3.0.0
BREAKING CHANGES
- Require php 8.1 and allow symfony 5.x|6.x.
v2.0.1
- Remove use of mixin/message constants for fields and schema refs as it's too noisy and isn't enough of a help to warrant it.
v2.0.0
BREAKING CHANGES
- Require php
>=7.4
- Uses php7 type hinting throughout with
declare(strict_types=1);
- Uses
"gdbots/pbjx": "^3.0"
v0.1.1
- Add
PbjxEnricher
marker interfaces to all enrichers.