Skip to content

Commit ccf71d8

Browse files
committed
minor #1089 Replace twig and twig-bundle with twig-pack (ker0x)
This PR was merged into the master branch. Discussion ---------- Replace twig and twig-bundle with twig-pack This PR replace `twig/twig` and `symfony/twig-bundle` with `symfony/twig-pack` which also install `twig/extra-bundle` that is require since #1080 and the addition of `Twig\Extra\TwigExtraBundle\TwigExtraBundle::class` in `bundles.php` It also bump symfony packages to `v5.0.5` Commits ------- 68c7219 Replace twig and twig-bundle with twig-pack
2 parents 46d1eae + 68c7219 commit ccf71d8

File tree

3 files changed

+530
-558
lines changed

3 files changed

+530
-558
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@
3131
"symfony/security-bundle": "5.0.*",
3232
"symfony/string": "5.0.*",
3333
"symfony/translation": "5.0.*",
34-
"symfony/twig-bundle": "5.0.*",
34+
"symfony/twig-pack": "^1.0",
3535
"symfony/validator": "5.0.*",
3636
"symfony/webpack-encore-bundle": "^1.4",
3737
"symfony/yaml": "5.0.*",
3838
"tgalopin/html-sanitizer-bundle": "^1.2",
3939
"twig/intl-extra": "^3.0",
40-
"twig/markdown-extra": "^3.0",
41-
"twig/twig": "^3.0"
40+
"twig/markdown-extra": "^3.0"
4241
},
4342
"require-dev": {
4443
"dama/doctrine-test-bundle": "^6.2",

0 commit comments

Comments
 (0)