Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f0f842

Browse files
committed
bug #20904 [TwigBundle] Config is now a hard dependency (dunglas)
This PR was merged into the 3.2 branch. Discussion ---------- [TwigBundle] Config is now a hard dependency | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a TwigBundle now has a hard dependency to the config component: https://github.com/symfony/twig-bundle/blob/3.2/DependencyInjection/Compiler/ExtensionPass.php#L85 It breaks API Platform builds: https://travis-ci.org/api-platform/core/jobs/183638888 Commits ------- 01b7e6c [TwigBundle] Config is now a hard dependency
2 parents 6f46d5d + 01b7e6c commit 5f0f842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.5.9",
20+
"symfony/config": "~3.2",
2021
"symfony/twig-bridge": "^3.2.1",
2122
"symfony/http-foundation": "~2.8|~3.0",
2223
"symfony/http-kernel": "~2.8|~3.0",
@@ -27,7 +28,6 @@
2728
"symfony/stopwatch": "~2.8|~3.0",
2829
"symfony/dependency-injection": "~2.8|~3.0",
2930
"symfony/expression-language": "~2.8|~3.0",
30-
"symfony/config": "~3.2",
3131
"symfony/finder": "~2.8|~3.0",
3232
"symfony/routing": "~2.8|~3.0",
3333
"symfony/templating": "~2.8|~3.0",

0 commit comments

Comments
 (0)