Skip to content

Commit fd463af

Browse files
koriymclaude
andcommitted
feat: Add Koriym.FileUpload as suggested dependency
- Add koriym/file-upload to composer.json suggests section - Enables optional file upload functionality integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a21f2be commit fd463af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"php": "^8.1",
1313
"ray/di": "^2.18"
1414
},
15+
"suggest": {
16+
"koriym/file-upload": "For file upload handling integration"
17+
},
1518
"require-dev": {
1619
"bamarni/composer-bin-plugin": "^1.8",
17-
"phpunit/phpunit": "^10.5"
20+
"phpunit/phpunit": "^10.5",
21+
"koriym/file-upload": "^0.2.0"
1822
},
1923
"autoload": {
2024
"psr-4": {

0 commit comments

Comments
 (0)