Allow doctrine/common 2.7 #5339

Open
opened 2026-01-22 15:04:58 +01:00 by admin · 0 comments
Owner

Originally created by @garak on GitHub (Dec 2, 2016).

Originally assigned to: @Ocramius on GitHub.

Is there a reason for requirements like these ones?

        "doctrine/dbal": ">=2.5-dev,<2.7-dev",
        "doctrine/common": ">=2.5-dev,<2.7-dev",

Can't you just require something like these?

        "doctrine/dbal": "^2.5",
        "doctrine/common": "^2.5",

Current requirements prevent doctrine/common:2.7.0 (and above)

Originally created by @garak on GitHub (Dec 2, 2016). Originally assigned to: @Ocramius on GitHub. Is there a reason for requirements like these ones? ``` "doctrine/dbal": ">=2.5-dev,<2.7-dev", "doctrine/common": ">=2.5-dev,<2.7-dev", ``` Can't you just require something like these? ``` "doctrine/dbal": "^2.5", "doctrine/common": "^2.5", ``` Current requirements prevent `doctrine/common:2.7.0` (and above)
admin added the ImprovementDuplicate labels 2026-01-22 15:04:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#5339