mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Please fix dependency to doctrine/dbal. Impossible to install doctrine/orm. #6377
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Musiksammler on GitHub (Jan 2, 2020).
Originally assigned to: @lcobucci on GitHub.
Bug Report
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!
@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.