Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f937760

Browse files
committedJun 8, 2025·
Revert "remove twig from dependencies"
This reverts commit ecfe93f.
1 parent ecfe93f commit f937760

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"symfony/amazon-mailer": "^6.4",
6666
"symfony/mailchimp-mailer": "^6.4",
6767
"symfony/sendgrid-mailer": "^6.4",
68+
"symfony/twig-bundle": "^6.4",
6869
"symfony/messenger": "^6.4"
6970
},
7071
"require-dev": {

‎config/packages/twig.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
twig:
2+
debug: '%kernel.debug%'
3+
strict_variables: '%kernel.debug%'
4+
default_path: 'test/templates'

0 commit comments

Comments
 (0)
Please sign in to comment.