Skip to content

Commit cea2fb9

Browse files
committed
bug #740 Use Twig Bundle in require (MatthieuMota)
This PR was merged into the master branch. Discussion ---------- Use Twig Bundle in require I think you must use twig-bundle directly in require section because it is needed for project to run with composer --no-dev for example. It can easily replace twig dependency because twig bundle depends of twig :) Commits ------- 797a601 Use Twig Bundle in require
2 parents 57b4436 + 797a601 commit cea2fb9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"symfony/security-bundle": "^4.0",
2525
"symfony/swiftmailer-bundle": "^3.1",
2626
"symfony/translation": "^4.0",
27+
"symfony/twig-bundle": "^4.0",
2728
"symfony/validator": "^4.0",
2829
"symfony/yaml": "^4.0",
2930
"twig/extensions": "^1.5",
30-
"twig/twig": "^2.4",
3131
"white-october/pagerfanta-bundle": "^1.1"
3232
},
3333
"require-dev": {
@@ -39,7 +39,6 @@
3939
"symfony/dotenv": "^4.0",
4040
"symfony/phpunit-bridge": "^4.0",
4141
"symfony/stopwatch": "^4.0",
42-
"symfony/twig-bundle": "^4.0",
4342
"symfony/web-profiler-bundle": "^4.0",
4443
"symfony/web-server-bundle": "^4.0"
4544
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)