Update composer dependencies

This commit is contained in:
Kijin Sung 2018-10-18 14:03:18 +09:00
parent 866a33fd39
commit ab195fbf3b
463 changed files with 14839 additions and 11927 deletions

View file

@ -9,7 +9,7 @@
{ "name": "NAVER", "email": "developers@xpressengine.com" }
],
"require": {
"php": ">=5.5.9",
"php": ">=7.0.0",
"ext-curl": "*",
"ext-gd": "*",
"ext-iconv": "*",
@ -21,20 +21,21 @@
"ext-xml": "*",
"coolsms/php-sdk": "2.0.*",
"defuse/php-encryption": "1.2.1",
"ezyang/htmlpurifier": "4.9.*",
"hautelook/phpass": "0.3.*",
"egulias/email-validator": "2.*",
"ezyang/htmlpurifier": "4.10.*",
"hautelook/phpass": "1.1.*",
"jbbcode/jbbcode": "1.3.*",
"jmhobbs/swiftmailer-transport-aws-ses": "0.9.*",
"leafo/lessphp": "0.5.*",
"leafo/scssphp": "0.6.*",
"league/html-to-markdown": "4.4.*",
"leafo/scssphp": "0.7.*",
"league/html-to-markdown": "4.8.*",
"matthiasmullie/minify": "1.3.*",
"matthiasmullie/path-converter": "1.*",
"michelf/php-markdown": "1.7.*",
"michelf/php-markdown": "1.8.*",
"michelf/php-smartypants": "1.8.*",
"rmccue/requests": "1.7.*",
"sunra/php-simple-html-dom-parser": "1.5.*",
"swiftmailer/swiftmailer": "5.4.*",
"swiftmailer/swiftmailer": "6.1.*",
"true/punycode": "2.*"
},
"require-dev": {