[PR #77] [MERGED] Moving security-acl to an optional dependency #139

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/DoctrineCacheBundle/pull/77
Author: @weaverryan
Created: 11/25/2015
Status: Merged
Merged: 11/27/2015
Merged by: @guilhermeblanco

Base: masterHead: acl-optional-dev


📝 Commits (3)

  • f74a960 Moving security-acl to an optional dependency
  • 4a8b42e Adding check for the presence of symfony/security-acl
  • 57ac157 Fixing code sniffer

📊 Changes

2 files changed (+8 additions, -1 deletions)

View changed files

📝 DependencyInjection/DoctrineCacheExtension.php (+4 -0)
📝 composer.json (+4 -1)

📄 Description

Fixes #76

I believe symfony/security-acl isn't used by anything, but this bundle provides a cache layer for it (if you're using it).

This should also help https://github.com/doctrine/DoctrineBundle/pull/486#issuecomment-159664695

Thanks!


🔄 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/DoctrineCacheBundle/pull/77 **Author:** [@weaverryan](https://github.com/weaverryan) **Created:** 11/25/2015 **Status:** ✅ Merged **Merged:** 11/27/2015 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `acl-optional-dev` --- ### 📝 Commits (3) - [`f74a960`](https://github.com/doctrine/DoctrineCacheBundle/commit/f74a9600adfa8984bccbd87a8ab05351aec9fd99) Moving security-acl to an optional dependency - [`4a8b42e`](https://github.com/doctrine/DoctrineCacheBundle/commit/4a8b42e6fe677e818330fbc250eb0f6a0ea2103f) Adding check for the presence of symfony/security-acl - [`57ac157`](https://github.com/doctrine/DoctrineCacheBundle/commit/57ac157bb9c9eec7cb13341814dcb00c0c696e09) Fixing code sniffer ### 📊 Changes **2 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `DependencyInjection/DoctrineCacheExtension.php` (+4 -0) 📝 `composer.json` (+4 -1) </details> ### 📄 Description Fixes #76 I believe symfony/security-acl isn't _used_ by anything, but this bundle provides a cache layer for it (if you're using it). This should also help https://github.com/doctrine/DoctrineBundle/pull/486#issuecomment-159664695 Thanks! --- <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:33:01 +01:00
admin closed this issue 2026-01-23 11:33:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/DoctrineCacheBundle#139