We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e047c4 + 180c8a0 commit d222772Copy full SHA for d222772
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+3.1.0
5
+-----
6
+
7
+* **2020-02-24**: [BC-BREAK] Remove framework templating configuration from prepended config.
8
9
3.0.0
10
-----
11
resources/config/dist/framework.php
@@ -24,9 +24,6 @@
24
'resource' => '%kernel.root_dir%/config/routing.php',
25
],
26
'default_locale' => 'en',
27
- 'templating' => [
28
- 'engines' => ['twig'],
29
- ],
30
'translator' => [
31
'fallback' => 'en',
32
0 commit comments