mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
컴포저로 설치, 업데이트, `dump-autoload` 명령을 실행할 때 autoloader 를 최적화하는 옵션을 기본 실행하도록 변경하여 실수를 방지했습니다. - https://getcomposer.org/doc/06-config.md#optimize-autoloader - https://getcomposer.org/doc/articles/autoloader-optimization.md 추가로 license 표기를 권장에 따라 SPDX 식별자로 변경했습니다. - https://getcomposer.org/doc/04-schema.md#license
45 lines
1.3 KiB
JSON
45 lines
1.3 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
|
|
},
|
|
"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.*",
|
|
"enshrined/svg-sanitize": "0.*",
|
|
"ezyang/htmlpurifier": "4.16.*",
|
|
"guzzlehttp/guzzle": "7.5.*",
|
|
"jbbcode/jbbcode": "1.4.*",
|
|
"leafo/lessphp": "dev-master",
|
|
"league/html-to-markdown": "5.*",
|
|
"matthiasmullie/minify": "1.3.*",
|
|
"matthiasmullie/path-converter": "1.1.*",
|
|
"michelf/php-markdown": "1.9.*",
|
|
"michelf/php-smartypants": "1.8.*",
|
|
"rmccue/requests": "1.8.*",
|
|
"scssphp/scssphp": "1.11.*",
|
|
"swiftmailer/swiftmailer": "6.3.0",
|
|
"symfony/deprecation-contracts": "2.5.*",
|
|
"true/punycode": "2.*"
|
|
}
|
|
}
|