chore: PHP 8.1+ 요구사항 및 의존성 잠금

- composer.json: PHP >= 8.1 요구
- composer.json: platform php 8.1.0 설정 추가
- composer.lock: 의존성 버전 잠금
- .gitignore: vendor 디렉토리 제외

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-01-10 15:07:20 +09:00
parent a7104b66fc
commit 7385eb8436
3 changed files with 1083 additions and 2 deletions

1
extend/r2-storage/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/vendor/

View File

@@ -4,8 +4,13 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.4",
"aws/aws-sdk-php": "^3.0"
"php": ">=8.1",
"aws/aws-sdk-php": "^3.300"
},
"config": {
"platform": {
"php": "8.1.0"
}
},
"autoload": {
"psr-4": {

1075
extend/r2-storage/composer.lock generated Normal file

File diff suppressed because it is too large Load Diff