Merge pull request #2254 from kkigomi/feature/composer-optmize

composer optmize 활성화
This commit is contained in:
Kijin Sung 2023-12-30 21:43:10 +09:00 committed by GitHub
commit ee440eff53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": "*",