Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Commitd0ce2d6
committed
bug#58643 [SecurityBundle] Use Composer
This PR was submitted for the 7.1 branch but it was merged into the 7.2 branch instead.Discussion----------[SecurityBundle] Use Composer `InstalledVersions` to check if flex is installed| Q | A| ------------- | ---| Branch? | 7.1| Bug fix? | yes| New feature? | no <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Issues |Fix#58624 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->| License | MITAs discussed in#58624, this fixes a class not found error which is thrown when security bundle config is missing.Commits-------5f8eb21 Use Composer InstalledVersions to check if flex is installed instead of existence of InstallRecipesCommandInstalledVersions
to check if flex is installed (andyexeter)File tree
1 file changed
+2
-2
lines changed- src/Symfony/Bundle/SecurityBundle/DependencyInjection
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
64 |
| - | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
|
0 commit comments
Comments
(0)