[PR #337] [MERGED] Removed dependency on common as required by dbal anyway #8044

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

📋 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: masterHead: composer_changes


📝 Commits (1)

  • c008958 Removed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/337 **Author:** [@richardmiller-zz](https://github.com/richardmiller-zz) **Created:** 4/17/2012 **Status:** ✅ Merged **Merged:** 4/17/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `composer_changes` --- ### 📝 Commits (1) - [`c008958`](https://github.com/doctrine/orm/commit/c008958950be883f07ac283a2acb36b289a8c263) Removed dependency on common as required by dbal anyway ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+0 -1) </details> ### 📄 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? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:58:07 +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#8044