Skip to content

Commit 1697b6e

Browse files
committed
bug symfony#17404 fix merge 2.3 into 2.7 for SecureRandom dependency (Tobion)
This PR was merged into the 2.7 branch. Discussion ---------- fix merge 2.3 into 2.7 for SecureRandom dependency | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony@8d7b19f | License | MIT | Doc PR | - As the SecureRandom service moved from SecurityBundle to FrameworkBundle, the dependency needs to be moved as well. Commits ------- aedeebb fix merge 2.3 into 2.7 for SecureRandom dependency
2 parents 8d7b19f + aedeebb commit 1697b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"symfony/http-kernel": "~2.7",
2727
"symfony/filesystem": "~2.3",
2828
"symfony/routing": "~2.6,>2.6.4",
29-
"symfony/security-core": "~2.6",
29+
"symfony/security-core": "~2.6.13|~2.7.9|~2.8",
3030
"symfony/security-csrf": "~2.6",
3131
"symfony/stopwatch": "~2.3",
3232
"symfony/templating": "~2.1",

src/Symfony/Bundle/SecurityBundle/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": "~2.7.9|~2.8",
20+
"symfony/security": "~2.7",
2121
"symfony/security-acl": "~2.7",
2222
"symfony/http-kernel": "~2.2"
2323
},

0 commit comments

Comments
 (0)