mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
composer optmize 활성화
컴포저로 설치, 업데이트, `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
This commit is contained in:
parent
daffb6d4ec
commit
4ee53516c8
1 changed files with 4 additions and 1 deletions
|
|
@ -2,12 +2,15 @@
|
||||||
"name": "rhymix/rhymix",
|
"name": "rhymix/rhymix",
|
||||||
"description": "Rhymix",
|
"description": "Rhymix",
|
||||||
"homepage": "https://www.rhymix.org",
|
"homepage": "https://www.rhymix.org",
|
||||||
"license": "GPL-2.0+",
|
"license": "GPL-2.0-or-later",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"authors": [
|
"authors": [
|
||||||
{ "name": "Rhymix Developers and Contributors", "email": "devops@rhymix.org" },
|
{ "name": "Rhymix Developers and Contributors", "email": "devops@rhymix.org" },
|
||||||
{ "name": "NAVER", "email": "developers@xpressengine.com" }
|
{ "name": "NAVER", "email": "developers@xpressengine.com" }
|
||||||
],
|
],
|
||||||
|
"config": {
|
||||||
|
"optimize-autoloader": true
|
||||||
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2.5",
|
"php": ">=7.2.5",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue