Skip to content

Commit 56cd680

Browse files
committed
Deprecating support for legacy templates directories
1 parent ae29805 commit 56cd680

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"symfony/framework-bundle": "~4.2",
3838
"symfony/http-foundation": "~3.4|~4.0",
3939
"symfony/translation": "~3.4|~4.0",
40-
"symfony/twig-bundle": "~3.4|~4.0",
40+
"symfony/twig-bundle": "~4.2",
4141
"symfony/twig-bridge": "~3.4|~4.0",
4242
"symfony/process": "~3.4|~4.0",
4343
"symfony/validator": "~3.4|~4.0",
@@ -49,6 +49,7 @@
4949
},
5050
"conflict": {
5151
"symfony/browser-kit": "<4.2",
52+
"symfony/twig-bundle": "<4.2",
5253
"symfony/var-dumper": "<3.4",
5354
"symfony/event-dispatcher": "<3.4",
5455
"symfony/framework-bundle": "<4.2",

0 commit comments

Comments
 (0)