laminas-api-tools / api-tools-doctrine-querybuilder

Laminas API Tools Doctrine QueryBuilder module
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
9 stars 17 forks source link

Allow v3 of doctrine/doctrine-orm-module as dev package #15

Open zluiten opened 3 years ago

zluiten commented 3 years ago
Q A
Documentation no
Bugfix no

Description

As per the "suggest"ion in the composer.json allow doctrine-orm-module v3 to be installed as dev dependency.

    "suggest": {
        "doctrine/doctrine-mongo-odm-module": "^1.0 || ^2.0.2 || ^3.0.2, if you wish to use the Doctrine ODM",
        "doctrine/doctrine-orm-module": "^2.1.3 || ^3.1.1, if you wish to use the Doctrine ORM",
        "ext/mongo": "Mongo extension, if using ODM"
    },
javabudd commented 3 years ago

Doctrine ORM module 4.x has been released, is it worth upgrading here?