8000 bug #16321 Fix the FrameworkBundle dependencies (stof) · symfony/symfony@b8e7bb5 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8e7bb5

Browse files
committed
bug #16321 Fix the FrameworkBundle dependencies (stof)
This PR was merged into the 2.8 branch. Discussion ---------- Fix the FrameworkBundle dependencies | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Due to the new ClassCacheCacheWarmer, the ClassLoader component is now a required dependency of the bundle. See the current test failures for component builds (TwigBundle and SecurityBundle tests are triggering fatal errors because of the missing class) Commits ------- 02584c2 Fix the FrameworkBundle dependencies
2 parents 2de220a + 02584c2 commit b8e7bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.9",
2020
"symfony/asset": "~2.7|~3.0.0",
21+
"symfony/class-loader": "~2.1|~3.0.0",
2122
"symfony/dependency-injection": "~2.8",
2223
"symfony/config": "~2.8",
2324
"symfony/event-dispatcher": "~2.8|~3.0.0",
@@ -42,7 +43,6 @@
4243
"symfony/intl": "~2.3|~3.0.0",
4344
"symfony/security": "~2.6|~3.0.0",
4445
"symfony/form": "~2.8",
45-
"symfony/class-loader": "~2.1|~3.0.0",
4646
"symfony/expression-language": "~2.6|~3.0.0",
4747
"symfony/process": "~2.0,>=2.0.5|~3.0.0",
4848
"symfony/validator": "~2.5|~3.0.0",

0 commit comments

Comments
 (0)
0