Skip to content

Commit a36e0f6

Browse files
koriymclaude
andcommitted
fix: add AbstractFileUpload to composer-require-checker whitelist
AbstractFileUpload is used in FileUploadFactoryInterface return types but is an optional dependency. Adding it to the whitelist allows the optional file upload functionality to work correctly. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 21aede2 commit a36e0f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer-require-checker.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"symbol-whitelist" : [
33
"Koriym\\FileUpload\\FileUpload",
4-
"Koriym\\FileUpload\\ErrorFileUpload"
4+
"Koriym\\FileUpload\\ErrorFileUpload",
5+
"Koriym\\FileUpload\\AbstractFileUpload"
56
],
67
"php-core-extensions" : [
78
"Core",

0 commit comments

Comments
 (0)