Skip to content

Commit

Permalink
[Security] Removed security-acl from the core
Browse files Browse the repository at this point in the history
  • Loading branch information
Iltar van der Berg authored and fabpot committed Aug 1, 2015
1 parent 15ff865 commit b26a449
Show file tree
Hide file tree
Showing 81 changed files with 4 additions and 9,421 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -50,7 +50,6 @@
"symfony/proxy-manager-bridge": "self.version",
"symfony/routing": "self.version",
"symfony/security": "self.version",
"symfony/security-acl": "self.version",
"symfony/security-core": "self.version",
"symfony/security-csrf": "self.version",
"symfony/security-http": "self.version",
Expand All @@ -76,7 +75,8 @@
"monolog/monolog": "~1.11",
"ircmaxell/password-compat": "~1.0",
"ocramius/proxy-manager": "~0.4|~1.0",
"egulias/email-validator": "~1.2"
"egulias/email-validator": "~1.2",
"symfony/security-acl": "~2.8"

This comment has been minimized.

Copy link
@soullivaneuh

soullivaneuh Aug 3, 2015

Contributor

security-acl does not exist for 2.3 LTS: https://packagist.org/packages/symfony/security-acl

This could be BC break for external dependencies who support 2.3, isn't it?

This comment has been minimized.

Copy link
@xabbuh

xabbuh Aug 8, 2015

Member

I am not sure what you mean. This is the require-dev section.

This comment has been minimized.

Copy link
@soullivaneuh

soullivaneuh Aug 8, 2015

Contributor

I'm talking of bundle who supports symfony ~2.3 ans use ACL system.

Since 2.8, symfony/security-acl is required to get ACL working.

But this package exists only since 2.4, so dependency resolving will not work for 2.3 support AFAIK.

This comment has been minimized.

Copy link
@xabbuh

xabbuh Sep 2, 2015

Member

But then you will get ACLs through the Security component, won't you?

This comment has been minimized.

Copy link
@soullivaneuh

soullivaneuh Sep 9, 2015

Contributor
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 2 additions & 1 deletion src/Symfony/Bundle/SecurityBundle/composer.json
Expand Up @@ -18,7 +18,8 @@
"require": {
"php": ">=5.3.9",
"symfony/security": "~2.8|~3.0.0",
"symfony/http-kernel": "~2.2|~3.0.0"
"symfony/http-kernel": "~2.2|~3.0.0",
"symfony/security-acl": "~2.8|~3.0.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0.0",
Expand Down
3 changes: 0 additions & 3 deletions src/Symfony/Component/Security/Acl/.gitignore

This file was deleted.

0 comments on commit b26a449

Please sign in to comment.