Merge branch 'master' of https://github.com/yiisoft/yii2
Showing
| ... | ... | @@ -69,11 +69,26 @@ |
| "bin": [ | ||
| "yii/yiic" | ||
| ], | ||
| "repositories": [ | ||
| { | ||
| "type": "package", | ||
| "package": { | ||
| "name": "bestiejs/punycode.js", | ||
| "version": "1.2.1", | ||
| "source": { | ||
| "url": "git://github.com/bestiejs/punycode.js.git", | ||
| "type": "git", | ||
| "reference": "1.2.1" | ||
| } | ||
| } | ||
| } | ||
| ], | ||
| "require": { | ||
| "php": ">=5.3.0", | ||
| "michelf/php-markdown": "1.3", | ||
| "twig/twig": "1.12.*", | ||
| "smarty/smarty": "3.1.*", | ||
| "ezyang/htmlpurifier": "v4.5.0" | ||
| "ezyang/htmlpurifier": "v4.5.0", | ||
| "bestiejs/punycode.js": "1.2.1" | ||
| } | ||
| } |
tests/unit/framework/web/ResponseTest.php
0 → 100644
Please
register
or
sign in
to comment