8000 [Security] Normalize "symfony/security-acl" dependency versions acros… · symfony/symfony@e249bc3 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e249bc3

Browse files
committed
[Security] Normalize "symfony/security-acl" dependency versions across all composer.json files
1 parent 44e3664 commit e249bc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"doctrine/common": "~2.4",
2121
"twig/twig": "~1.23|~2.0",
2222
"psr/log": "~1.0",
23-
"symfony/security-acl": "~2.7",
23+
"symfony/security-acl": "~2.7|~3.0.0",
2424
"symfony/polyfill-apcu": "~1.1",
2525
"symfony/polyfill-intl-icu": "~1.0",
2626
"symfony/polyfill-mbstring": "~1.0",

src/Symfony/Component/Security/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/security-acl": "~2.7",
20+
"symfony/security-acl": "~2.7|~3.0.0",
2121
"symfony/event-dispatcher": "~2.2|~3.0.0",
2222
"symfony/http-foundation": "~2.1|~3.0.0",
2323
"symfony/http-kernel": "~2.4|~3.0.0",

0 commit comments

Comments
 (0)
0