운영 PHP 8.2와 호환되도록 의존성 잠금을 정정한다.

- config.platform.php=8.2.30 고정 — 로컬(8.3)에서 8.3 전용 버전이 잠기는 문제 방지
- maennchen/zipstream-php 3.2.2(php^8.3) → 3.1.2(php^8.1)로 재잠금
- league/commonmark 유지, 운영 서버 composer install 가능하도록 정정

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
taekyoungc
2026-06-08 01:18:48 +09:00
parent 8763876f19
commit 707182ad2d
2 changed files with 39 additions and 29 deletions

View File

@@ -38,7 +38,10 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.2.30"
}
},
"scripts": {
"test": "phpunit"