Commit e5dfce19 by Alexander Makarov

Reorganized Twig and Smarty dependencies

parent 9a13ddb8
......@@ -19,7 +19,8 @@
],
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "*"
"yiisoft/yii2": "*",
"smarty/smarty": "v3.1.13"
},
"autoload": {
"psr-0": { "yii\\smarty": "" }
......
......@@ -19,7 +19,8 @@
],
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "*"
"yiisoft/yii2": "*",
"twig/twig": "v1.13.0"
},
"autoload": {
"psr-0": { "yii\\twig": "" }
......
......@@ -73,8 +73,6 @@
},
"suggest": {
"michelf/php-markdown": "Required for Markdown helper.",
"twig/twig": "Required for TwigViewRenderer.",
"smarty/smarty": "Required for SmartyViewRenderer.",
"ezyang/htmlpurifier": "Required for Purifier helper."
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment