Add phpass and update composer libraries

This commit is contained in:
Kijin Sung 2016-03-13 23:52:26 +09:00
parent 9d6284faad
commit 69c5147888
25 changed files with 1039 additions and 161 deletions

View file

@ -9,7 +9,7 @@
{ "name": "NAVER", "email": "developers@xpressengine.com" }
],
"require": {
"php": ">=5.3.0",
"php": ">=5.3.3",
"ext-curl": "*",
"ext-gd": "*",
"ext-iconv": "*",
@ -22,6 +22,7 @@
"defuse/php-encryption": "1.2.1",
"ezyang/htmlpurifier": "4.7.*",
"firephp/firephp-core": "0.4.0",
"hautelook/phpass": "0.3.*",
"matthiasmullie/minify": "1.3.*",
"michelf/php-markdown": "1.5.*",
"rmccue/requests": "1.6.*",