Commit 3e732a2b by Qiang Xue

fixed test break.

parent 42981fab
...@@ -75,10 +75,12 @@ ...@@ -75,10 +75,12 @@
"yiisoft/yii2-composer": "*", "yiisoft/yii2-composer": "*",
"yiisoft/jquery": "~2.0 | ~1.10", "yiisoft/jquery": "~2.0 | ~1.10",
"ezyang/htmlpurifier": "4.6.*", "ezyang/htmlpurifier": "4.6.*",
"michelf/php-markdown": "1.3.*" "michelf/php-markdown": "1.3.*",
"phpspec/php-diff": ">=1.0.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*" "phpunit/phpunit": "3.7.*",
"twig/twig": "*"
}, },
"suggest": { "suggest": {
"phpdocumentor/reflection": "required by yii2-apidoc extension", "phpdocumentor/reflection": "required by yii2-apidoc extension",
...@@ -90,9 +92,7 @@ ...@@ -90,9 +92,7 @@
"fzaninotto/faker": "required by yii2-faker extension", "fzaninotto/faker": "required by yii2-faker extension",
"imagine/imagine": "required by yii2-imagine extension", "imagine/imagine": "required by yii2-imagine extension",
"smarty/smarty": "required by yii2-smarty extension", "smarty/smarty": "required by yii2-smarty extension",
"swiftmailer/swiftmailer": "required by yii2-swiftmailer extension", "swiftmailer/swiftmailer": "required by yii2-swiftmailer extension"
"twig/twig": "required by yii2-twig extension",
"phpspec/php-diff": "required by yii2-gii extension"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
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