Skip to content

Commit 8bad7f6

Browse files
authored
Merge pull request #351 from odolbeau/remove-templating-component
Remove symfony/templating dependency
2 parents cfcee72 + 94b4e82 commit 8bad7f6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Tests/Functional/app/config/framework.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ framework:
1010
router:
1111
resource: "%test.root_dir%/config/routing.yml"
1212
type: 'yaml'
13-
templating:
14-
engines: ['twig']
1513

1614
twig:
1715
strict_variables: "%kernel.debug%" #supresses deprecation notices about the default value TwigBundle pre version 5

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"symfony/console": "^3.4 || ^4.0 || ^5.0",
3434
"symfony/twig-bridge": "^3.4 || ^4.0 || ^5.0",
3535
"symfony/asset": "^3.4 || ^4.0 || ^5.0",
36-
"symfony/templating": "^3.4 || ^4.0 || ^5.0",
3736
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
3837
"symfony/web-profiler-bundle": "^3.4 || ^4.0 || ^5.0",
3938
"matthiasnoback/symfony-dependency-injection-test": "^4.1",

0 commit comments

Comments
 (0)