Release Notes
=============
- **composer.json**: Switch ngsymfonytools dependency from `^4.0.0.0`
(release) to `dev-v5.0` (branch) to resolve fatal TypeError on Ibexa 5.x.
The 4.0.0.0 release type-hints against the legacy
`eZ\Publish\API\Repository\Repository` interface. Ibexa 5.x injects
`Ibexa\Core\Repository\SiteAccessAware\Repository` which does not
satisfy that type hint, causing:
NgSymfonyToolsApiContentConverter::__construct(): Argument #1 must be
of type eZ\Publish\API\Repository\Repository,
Ibexa\Core\Repository\SiteAccessAware\Repository given
The v5.0 branch of ngsymfonytools targets the Ibexa 5 API surface.
v5.0.6