mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "rhymix/rhymix",
|
|
"description": "Rhymix",
|
|
"homepage": "https://www.rhymix.org",
|
|
"license": "GPL-2.0-or-later",
|
|
"type": "project",
|
|
"authors": [
|
|
{ "name": "Rhymix Developers and Contributors", "email": "devops@rhymix.org" },
|
|
{ "name": "NAVER", "email": "developers@xpressengine.com" }
|
|
],
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"platform-check": false,
|
|
"prepend-autoloader": false
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"ext-curl": "*",
|
|
"ext-gd": "*",
|
|
"ext-iconv": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"ext-xml": "*",
|
|
"bordoni/phpass": "0.3.6",
|
|
"composer/ca-bundle": "*",
|
|
"coolsms/php-sdk": "2.*",
|
|
"doctrine/lexer": "1.*",
|
|
"egulias/email-validator": "3.2.*",
|
|
"firebase/php-jwt": "6.4.0",
|
|
"enshrined/svg-sanitize": "0.*",
|
|
"ezyang/htmlpurifier": "4.16.*",
|
|
"google/auth": "1.26.*",
|
|
"guzzlehttp/guzzle": "7.8.*",
|
|
"guzzlehttp/psr7": "2.6.*",
|
|
"jbbcode/jbbcode": "1.4.*",
|
|
"leafo/lessphp": "dev-master",
|
|
"league/html-to-markdown": "5.1.*",
|
|
"matthiasmullie/minify": "1.3.*",
|
|
"matthiasmullie/path-converter": "1.1.*",
|
|
"michelf/php-markdown": "1.9.*",
|
|
"michelf/php-smartypants": "1.8.*",
|
|
"psr/cache": "1.0.1",
|
|
"rmccue/requests": "1.8.*",
|
|
"scssphp/scssphp": "1.12.*",
|
|
"swiftmailer/swiftmailer": "6.3.0",
|
|
"symfony/deprecation-contracts": "2.5.*",
|
|
"true/punycode": "2.*"
|
|
}
|
|
}
|