Commit e5dfce19 by Alexander Makarov

Reorganized Twig and Smarty dependencies

parent 9a13ddb8
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
], ],
"minimum-stability": "dev", "minimum-stability": "dev",
"require": { "require": {
"yiisoft/yii2": "*" "yiisoft/yii2": "*",
"smarty/smarty": "v3.1.13"
}, },
"autoload": { "autoload": {
"psr-0": { "yii\\smarty": "" } "psr-0": { "yii\\smarty": "" }
......
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
], ],
"minimum-stability": "dev", "minimum-stability": "dev",
"require": { "require": {
"yiisoft/yii2": "*" "yiisoft/yii2": "*",
"twig/twig": "v1.13.0"
}, },
"autoload": { "autoload": {
"psr-0": { "yii\\twig": "" } "psr-0": { "yii\\twig": "" }
......
...@@ -73,8 +73,6 @@ ...@@ -73,8 +73,6 @@
}, },
"suggest": { "suggest": {
"michelf/php-markdown": "Required for Markdown helper.", "michelf/php-markdown": "Required for Markdown helper.",
"twig/twig": "Required for TwigViewRenderer.",
"smarty/smarty": "Required for SmartyViewRenderer.",
"ezyang/htmlpurifier": "Required for Purifier helper." "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