mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
35 lines
1 KiB
JSON
35 lines
1 KiB
JSON
{
|
|
"name": "rhymix/rhymix",
|
|
"description": "RhymiX",
|
|
"homepage": "https://www.rhymix.org",
|
|
"license": "LGPL-2.1",
|
|
"type": "project",
|
|
"authors": [
|
|
{ "name": "RhymiX Developers and Contributors", "email": "devops@rhymix.org" },
|
|
{ "name": "NAVER", "email": "developers@xpressengine.com" }
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-curl": "*",
|
|
"ext-gd": "*",
|
|
"ext-iconv": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-mcrypt": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"ext-xml": "*",
|
|
"defuse/php-encryption": "1.2.1",
|
|
"ezyang/htmlpurifier": "4.7.*",
|
|
"matthiasmullie/minify": "1.3.*",
|
|
"michelf/php-markdown": "1.5.*",
|
|
"rmccue/requests": "1.6.*",
|
|
"sunra/php-simple-html-dom-parser": "1.5.*"
|
|
},
|
|
"require-dev": {
|
|
"php": ">=5.4.0",
|
|
"codeception/codeception": "2.1.*",
|
|
"codeception/verify": "0.3.*",
|
|
"codeception/specify": "0.4.*"
|
|
}
|
|
}
|