We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85754a5 commit 094706cCopy full SHA for 094706c
1 file changed
composer.json
@@ -42,7 +42,8 @@
42
"symfony/translation": "^2.8 || ^3.0 || ^4.0",
43
"symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
44
"symfony/validator": "^2.8 || ^3.0 || ^4.0",
45
- "symfony/yaml": "^2.8 || ^3.0 || ^4.0"
+ "symfony/yaml": "^2.8 || ^3.0 || ^4.0",
46
+ "twig/twig": "^1.34 || ^2.0"
47
},
48
"require-dev": {
49
"ext-pdo_sqlite": "*",
@@ -51,9 +52,6 @@
51
52
"symfony/phpunit-bridge": "^3.2 || ^4.0",
53
"symfony/security": "^2.8 || ^3.0 || ^4.0"
54
- "conflict": {
55
- "twig/twig": "<1.34"
56
- },
57
"suggest": {
58
"friendsofsymfony/user-bundle": "In order to ease user management",
59
"vich/uploader-bundle": "Allow attaching files to ticket messages"
0 commit comments