8000 add support for filtering by sids by HotfixGuru · Pull Request #32 · symfony/security-acl · GitHub
[go: up one dir, main page]

Skip to content

add support for filtering by sids #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed replace
  • Loading branch information
Thomas Rothe committed Mar 16, 2017
commit 38741fae9108644e84b8cde835dc21d3b0909b83
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"name": "littlebird/security-acl",
"replace": {
"symfony/security-acl":"self.version"
},
"name": "symfony/security-acl",
"type": "library",
"description": "Symfony Security Component - ACL (Access Control List)",
"keywords": [],
Expand Down
0