composer.json作成完了
Showing
.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "laravel/laravel", | ||
"type": "project", | ||
"require": { | ||
"php": "^8.1", | ||
"laravel/framework": "10.0", | ||
"winas_csv/winas_csv_output": "dev-feature/php_ver" | ||
}, | ||
"license": "MIT", | ||
"autoload": { | ||
"psr-4": { | ||
"Laravel\\Laravel\\": "src/" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "李虞帆", | ||
"email": "y-li@winas.jp" | ||
} | ||
], | ||
"minimum-stability": "stable", | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://gitlab.winas.jp/winas_lib/winas_csv/winas_csv_output.git" | ||
} | ||
] | ||
} |
Please register or sign in to comment