This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier 745334e386 minor #18594 [Security] Normalize "symfony/security-acl" dependency versions across all composer.json files (siwinski)
This PR was merged into the 2.8 branch.

Discussion
----------

[Security] Normalize "symfony/security-acl" dependency versions across all composer.json files

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

There are some inconsistencies in the Symfony 2.8 `symfony/security-acl` dependency versions that would help downstream if we could just package `symfony/security-acl` 3.0.0 instead of having to package both versions 2.8.0 (for Symfony 2.8) and 3.0.0 (for Symfony 3.0).

```
$ git clone https://github.com/symfony/symfony.git
Cloning into 'symfony'...
cd remote: Counting objects: 319438, done.
nyReceiving objects:   4% (12778/319438), 2.06 MiB | 4.12 MiB/s
4Receiving objects:  41% (130970/319438), 40.80 MiB | 7.86 MiB/s
remote: Total 319438 (delta 0), reused 0 (delta 0), pack-reused 319437
Receiving objects: 100% (319438/319438), 68.46 MiB | 8.21 MiB/s, done.
Resolving deltas: 100% (204691/204691), done.
Checking connectivity... done.

$ cd symfony

$ git checkout v2.8.4
Previous HEAD position was 4e17cb2... Merge branch '2.8' into 3.0
HEAD is now at 9e14f9f... Merge branch '2.7' into 2.8

$ find . -name 'composer.json' | xargs grep 'symfony/security-acl'
./src/Symfony/Bundle/SecurityBundle/composer.json:        "symfony/security-acl": "~2.7|~3.0.0",
./src/Symfony/Bridge/Twig/composer.json:        "symfony/security-acl": "~2.6|~3.0.0",
./src/Symfony/Component/Security/composer.json:        "symfony/security-acl": "~2.7",
./composer.json:        "symfony/security-acl": "~2.7",
```

Commits
-------

e249bc3 [Security] Normalize "symfony/security-acl" dependency versions across all composer.json files
2016-04-28 13:08:06 +02:00
..
Asset Merge branch '2.7' into 2.8 2016-03-07 15:04:32 +01:00
BrowserKit Merge branch '2.7' into 2.8 2016-03-04 08:54:35 +01:00
ClassLoader Merge branch '2.7' into 2.8 2016-03-30 12:37:34 +02:00
Config Merge branch '2.7' into 2.8 2016-04-20 20:52:26 +02:00
Console [Console] Fix wrong exceptions being thrown 2016-04-26 12:00:47 +00:00
CssSelector Merge branch '2.7' into 2.8 2016-03-04 08:54:35 +01:00
Debug Merge branch '2.7' into 2.8 2016-03-30 12:37:34 +02:00
DependencyInjection [DI] Fix AutowirePass fatal error with classes that have non-existing parents 2016-04-20 16:12:37 +02:00
DomCrawler Merge branch '2.7' into 2.8 2016-04-12 20:01:21 +02:00
EventDispatcher Merge branch '2.7' into 2.8 2016-04-05 18:36:54 +02:00
ExpressionLanguage Merge branch '2.7' into 2.8 2016-03-07 15:04:32 +01:00
Filesystem Merge branch '2.7' into 2.8 2016-04-12 20:01:21 +02:00
Finder Merge branch '2.7' into 2.8 2016-03-10 11:53:53 +01:00
Form fixed deprecation notices in tests 2016-04-28 11:59:09 +02:00
HttpFoundation Merge branch '2.7' into 2.8 2016-04-05 18:36:54 +02:00
HttpKernel Merge branch '2.7' into 2.8 2016-04-14 17:22:22 +02:00
Intl Merge branch '2.7' into 2.8 2016-03-23 14:11:46 +01:00
Ldap [LDAP] Free the search result after a search to free memory 2016-04-12 11:43:13 +02:00
Locale Merge branch '2.7' into 2.8 2016-03-04 08:54:35 +01:00
OptionsResolver Merge branch '2.7' into 2.8 2016-03-04 08:54:35 +01:00
Process Merge branch '2.7' into 2.8 2016-04-14 17:22:22 +02:00
PropertyAccess Merge branch '2.7' into 2.8 2016-04-20 20:52:26 +02:00
PropertyInfo [PropertyInfo] Remove useless return statement 2016-04-18 22:49:43 +02:00
Routing Add missing parenthesis in docblock description 2016-04-26 10:02:35 +02:00
Security [Security] Normalize "symfony/security-acl" dependency versions across all composer.json files 2016-04-19 14:38:18 -04:00
Serializer Merge branch '2.7' into 2.8 2016-04-20 20:52:26 +02:00
Stopwatch Merge branch '2.7' into 2.8 2016-03-04 08:54:35 +01:00
Templating [2.8] fix mocks 2016-03-27 11:27:49 +02:00
Translation Merge branch '2.7' into 2.8 2016-03-25 02:40:30 +01:00
Validator Replace iconv_*() uses by mb_*(), add mbstring polyfill when required 2016-04-14 10:48:44 +02:00
VarDumper Merge branch '2.7' into 2.8 2016-04-25 13:17:03 +02:00
Yaml fix testing deprecation messages 2016-03-29 21:00:15 +02:00