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 @@ ...@@ -20,7 +20,7 @@
"minimum-stability": "dev", "minimum-stability": "dev",
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"smarty/smarty": "v3.1.13" "smarty/smarty": ">=v3.1.13"
}, },
"autoload": { "autoload": {
"psr-0": { "yii\\smarty\\": "" } "psr-0": { "yii\\smarty\\": "" }
......
...@@ -74,8 +74,6 @@ ...@@ -74,8 +74,6 @@
"psr-0": { "yii\\": "/" } "psr-0": { "yii\\": "/" }
}, },
"suggest": { "suggest": {
"michelf/php-markdown": "Required by Markdown.", "michelf/php-markdown": "Required by Markdown."
"twig/twig": "Required by TwigViewRenderer.",
"smarty/smarty": "Required by SmartyViewRenderer."
} }
} }
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