-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
BugSomething isn't workingSomething isn't working
Description
Bug Report
| Q | A |
|---|---|
| Version(s) | 2.* |
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.
juliangorge
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working