mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "rhymix/rhymix",
|
|
"description": "Rhymix",
|
|
"homepage": "https://www.rhymix.org",
|
|
"license": "GPL-2.0+",
|
|
"type": "project",
|
|
"authors": [
|
|
{ "name": "Rhymix Developers and Contributors", "email": "devops@rhymix.org" },
|
|
{ "name": "NAVER", "email": "developers@xpressengine.com" }
|
|
],
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"ext-curl": "*",
|
|
"ext-gd": "*",
|
|
"ext-iconv": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-mcrypt": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"ext-xml": "*",
|
|
"coolsms/php-sdk": "2.0.*",
|
|
"defuse/php-encryption": "1.2.1",
|
|
"egulias/email-validator": "2.*",
|
|
"ezyang/htmlpurifier": "4.12.*",
|
|
"hautelook/phpass": "1.1.*",
|
|
"jbbcode/jbbcode": "1.4.*",
|
|
"jmhobbs/swiftmailer-transport-aws-ses": "1.0.*",
|
|
"leafo/lessphp": "0.5.*",
|
|
"league/html-to-markdown": "4.*",
|
|
"matthiasmullie/minify": "1.3.*",
|
|
"matthiasmullie/path-converter": "1.*",
|
|
"michelf/php-markdown": "1.9.*",
|
|
"michelf/php-smartypants": "1.8.*",
|
|
"rmccue/requests": "1.7.*",
|
|
"scssphp/scssphp": "1.0.*",
|
|
"sunra/php-simple-html-dom-parser": "1.5.*",
|
|
"swiftmailer/swiftmailer": "6.2.*",
|
|
"true/punycode": "2.*"
|
|
}
|
|
}
|