Skip to content

Commit

Permalink
minor #1089 Replace twig and twig-bundle with twig-pack (ker0x)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Mar 12, 2020
2 parents 46d1eae + 68c7219 commit ccf71d8
Show file tree
Hide file tree
Showing 3 changed files with 530 additions and 558 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@
"symfony/security-bundle": "5.0.*",
"symfony/string": "5.0.*",
"symfony/translation": "5.0.*",
"symfony/twig-bundle": "5.0.*",
"symfony/twig-pack": "^1.0",
"symfony/validator": "5.0.*",
"symfony/webpack-encore-bundle": "^1.4",
"symfony/yaml": "5.0.*",
"tgalopin/html-sanitizer-bundle": "^1.2",
"twig/intl-extra": "^3.0",
"twig/markdown-extra": "^3.0",
"twig/twig": "^3.0"
"twig/markdown-extra": "^3.0"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.2",
Expand Down
Loading

0 comments on commit ccf71d8

Please sign in to comment.