[PR #29] [MERGED] add depentency to doctrine/doctrine-bundle #50

Closed
opened 2026-01-23 11:21:55 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/29
Author: @jbcr
Created: 11/8/2019
Status: Merged
Merged: 11/8/2019
Merged by: @jbcr

Base: masterHead: deps_doctrine


📝 Commits (1)

  • bb002d9 add depentency to doctrine/doctrine-bundle

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 composer.json (+2 -1)

📄 Description

When installing this bundle in Symfony project without doctrine/doctrine-bundle this error is displayed

In Container.php line 277:

  You have requested a non-existent service "doctrine.dbal.default_connection". 

doctrine.dbal.default_connection service is provided by doctrine/doctrine-bundle

Affected versions: dev-master, 1.x


🔄 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/code-rhapsodie/dataflow-bundle/pull/29 **Author:** [@jbcr](https://github.com/jbcr) **Created:** 11/8/2019 **Status:** ✅ Merged **Merged:** 11/8/2019 **Merged by:** [@jbcr](https://github.com/jbcr) **Base:** `master` ← **Head:** `deps_doctrine` --- ### 📝 Commits (1) - [`bb002d9`](https://github.com/code-rhapsodie/dataflow-bundle/commit/bb002d98cbd92b241209500b788865d7ddabe4d5) add depentency to doctrine/doctrine-bundle ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+2 -1) </details> ### 📄 Description When installing this bundle in Symfony project without `doctrine/doctrine-bundle` this error is displayed ``` In Container.php line 277: You have requested a non-existent service "doctrine.dbal.default_connection". ``` `doctrine.dbal.default_connection` service is provided by `doctrine/doctrine-bundle` Affected versions: dev-master, 1.x --- <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-23 11:21:55 +01:00
admin closed this issue 2026-01-23 11:21:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/dataflow-bundle#50