mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #337] [MERGED] Removed dependency on common as required by dbal anyway #8044
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/337
Author: @richardmiller-zz
Created: 4/17/2012
Status: ✅ Merged
Merged: 4/17/2012
Merged by: @beberlei
Base:
master← Head:composer_changes📝 Commits (1)
c008958Removed dependency on common as required by dbal anyway📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
composer.json(+0 -1)📄 Description
Not sure if this is the way to resolve this problem or not but I just tried to install dev-master using composer, doctrine/dbal and doctrine/common are both required in the "dev-master" versions but doctrine/dbal requires doctrine/common: >=2.2.0,<=2.2.99 which causes a conflict. Removing the dependency on doctrine/common would allow doctrine/dbal to install the version it requires. If this is not an ok solution then is there an alternative one?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.