Skip to content

Broken dependency constraintsΒ #19

@zluiten

Description

@zluiten

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions