You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependencies as configured in composer.json are not reliable since some dependencies that are required are actually only required as dev. The current state is that this package is not compatible with v4 of doctrine/doctrine-module. But there is no constraint that prevents that.
Current behavior
DoctrineModule v4 can be installed together with this package.
How to reproduce
Add this library as a dependency to a project that are requires v4 of doctrine/doctrine-module. Observe the signature mismatch of \DoctrineModule\Persistence\ObjectManagerAwareInterface inside \Laminas\ApiTools\Doctrine\Server\Query\Provider\AbstractQueryProvider.
Expected behavior
Move dev dependencies to required dependencies and lock supported versions.
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
The dependencies as configured in composer.json are not reliable since some dependencies that are required are actually only required as dev. The current state is that this package is not compatible with v4 of doctrine/doctrine-module. But there is no constraint that prevents that.
Current behavior
DoctrineModule v4 can be installed together with this package.
How to reproduce
Add this library as a dependency to a project that are requires v4 of doctrine/doctrine-module. Observe the signature mismatch of \DoctrineModule\Persistence\ObjectManagerAwareInterface inside \Laminas\ApiTools\Doctrine\Server\Query\Provider\AbstractQueryProvider.
Expected behavior
Move dev dependencies to required dependencies and lock supported versions.
The text was updated successfully, but these errors were encountered: