Commit b11b9fa0 authored by 李虞帆's avatar 李虞帆

composer.json作成完了

parent 3c5816de
/vendor/
composer.lock
{
"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"
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment