Commit 300c866b by Carsten Brandt

adjusted composer.json for smarty and twig

not need to suggest packages in core. They are required by extension composer.json anyway.
parent 6ba6fbe9
......@@ -20,7 +20,7 @@
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "*",
"smarty/smarty": "v3.1.13"
"smarty/smarty": ">=v3.1.13"
},
"autoload": {
"psr-0": { "yii\\smarty\\": "" }
......
......@@ -74,8 +74,6 @@
"psr-0": { "yii\\": "/" }
},
"suggest": {
"michelf/php-markdown": "Required by Markdown.",
"twig/twig": "Required by TwigViewRenderer.",
"smarty/smarty": "Required by SmartyViewRenderer."
"michelf/php-markdown": "Required by Markdown."
}
}
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