We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035d8e3 commit 0723634Copy full SHA for 0723634
1 file changed
composer.json
@@ -40,9 +40,9 @@
40
"symfony/options-resolver": "^2.8 || ^3.0 || ^4.0",
41
"symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
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",
- "symfony/yaml": "^2.8 || ^3.0 || ^4.0",
45
- "twig/twig": "^1.34 || ^2.0"
+ "symfony/yaml": "^2.8 || ^3.0 || ^4.0"
46
},
47
"require-dev": {
48
"ext-pdo_sqlite": "*",
@@ -51,7 +51,8 @@
51
"symfony/security": "^2.8 || ^3.0 || ^4.0"
52
53
"conflict": {
54
- "phpunit/phpunit": "<5.4.3"
+ "phpunit/phpunit": "<5.4.3",
55
+ "twig/twig": "<1.34"
56
57
"suggest": {
58
"friendsofsymfony/user-bundle": "In order to ease user management",
0 commit comments