mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 22:39:52 +08:00
Merge branch 'master' of github.com:yiisoft/yii2
This commit is contained in:
@@ -12,9 +12,6 @@
|
||||
"irc": "irc://irc.freenode.net/yii",
|
||||
"source": "https://github.com/yiisoft/yii2"
|
||||
},
|
||||
"config": {
|
||||
"vendor-dir": "vendor"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
|
||||
@@ -64,10 +64,14 @@
|
||||
"source": "https://github.com/yiisoft/yii2"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"michelf/php-markdown": "1.3",
|
||||
"twig/twig": "1.12.*",
|
||||
"smarty/smarty": "3.1.*",
|
||||
"ezyang/htmlpurifier": "v4.5.0"
|
||||
"php": ">=5.3.11",
|
||||
"ext-mbstring": "*",
|
||||
"lib-pcre": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"michelf/php-markdown": "Required for Markdown helper.",
|
||||
"twig/twig": "Required for TwigViewRenderer.",
|
||||
"smarty/smarty": "Required for SmartyViewRenderer.",
|
||||
"ezyang/htmlpurifier": "Required for Purifier helper."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user