Please fix dependency to doctrine/dbal. Impossible to install doctrine/orm. #6377

Closed
opened 2026-01-22 15:32:02 +01:00 by admin · 1 comment
Owner

Originally created by @Musiksammler on GitHub (Jan 2, 2020).

Originally assigned to: @lcobucci on GitHub.

Bug Report

Q A
BC Break no
Version 3.0.x-dev

Summary

Currently it's absolutely impossible to install doctrine/orm 3.0.x-dev because the doctrine/dbal snapshot cannot be found.

Current behavior

Installation stops.

How to reproduce

Put "doctrine/orm": "3.0.x-dev" in a composer.json and run "composer install".

Expected behavior

doctrine/orm gets installed.

This is pretty annoying at the moment because it's not possible to do a composer install on fresh projects which should use doctrine orm!

Originally created by @Musiksammler on GitHub (Jan 2, 2020). Originally assigned to: @lcobucci on GitHub. ### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.0.x-dev #### Summary Currently it's absolutely impossible to install doctrine/orm 3.0.x-dev because the doctrine/dbal snapshot cannot be found. #### Current behavior Installation stops. #### How to reproduce Put "doctrine/orm": "3.0.x-dev" in a composer.json and run "composer install". #### Expected behavior doctrine/orm gets installed. This is pretty annoying at the moment because it's not possible to do a composer install on fresh projects which should use doctrine orm!
admin added the BugDuplicate labels 2026-01-22 15:32:02 +01:00
admin closed this issue 2026-01-22 15:32:03 +01:00
Author
Owner

@lcobucci commented on GitHub (Jan 2, 2020):

This is being handled in #7938. It's important to mention that v3.0 is still under development and it's not suitable for production usage.

Will close this since things are already in progress.

@lcobucci commented on GitHub (Jan 2, 2020): This is being handled in #7938. It's important to mention that v3.0 is still under development and it's not suitable for production usage. Will close this since things are already in progress.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#6377