laravelのver追加
Showing
... | ... | @@ -3,7 +3,8 @@ |
"description": "A self-made CSV library by winas.", | ||
"type": "library", | ||
"require": { | ||
"php": ">=8.0" | ||
"php": ">=8.0", | ||
"laravel/framework": "^10.0" | ||
}, | ||
"license": "MIT", | ||
"autoload": { | ||
... | ... | @@ -18,4 +19,4 @@ |
} | ||
], | ||
"minimum-stability": "stable" | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment