We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b2b4f commit dee94d1Copy full SHA for dee94d1
composer.json
@@ -33,13 +33,15 @@
33
"symfony/security-bundle": "^5.2",
34
"symfony/string": "^5.2",
35
"symfony/translation": "^5.2",
36
- "symfony/twig-pack": "^1.0",
+ "symfony/twig-bundle": "^5.2",
37
"symfony/validator": "^5.2",
38
"symfony/webpack-encore-bundle": "^1.4",
39
"symfony/yaml": "^5.2",
40
"tgalopin/html-sanitizer-bundle": "^1.2",
41
+ "twig/extra-bundle": "^2.12|^3.0",
42
"twig/intl-extra": "^3.0",
- "twig/markdown-extra": "^3.0"
43
+ "twig/markdown-extra": "^3.0",
44
+ "twig/twig": "^2.12|^3.0"
45
},
46
"require-dev": {
47
"dama/doctrine-test-bundle": "^6.2",
@@ -59,7 +61,10 @@
59
61
"preferred-install": {
60
62
"*": "dist"
63
- "sort-packages": true
64
+ "sort-packages": true,
65
+ "allow-plugins": {
66
+ "symfony/flex": true
67
+ }
68
69
"autoload": {
70
"psr-4": {
0 commit comments