Commit 68b08b6d authored by 李虞帆's avatar 李虞帆

laravelのver追加

parent f67123d4
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
"description": "A self-made CSV library by winas.", "description": "A self-made CSV library by winas.",
"type": "library", "type": "library",
"require": { "require": {
"php": ">=8.0" "php": ">=8.0",
"laravel/framework": "^10.0"
}, },
"license": "MIT", "license": "MIT",
"autoload": { "autoload": {
...@@ -18,4 +19,4 @@ ...@@ -18,4 +19,4 @@
} }
], ],
"minimum-stability": "stable" "minimum-stability": "stable"
} }
\ No newline at end of file
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