Skip to content

Commit

Permalink
Fix autoload configs to avoid warnings when building optimized autolo…
Browse files Browse the repository at this point in the history
…aders
  • Loading branch information
Seldaek committed May 31, 2024
1 parent c6b5f82 commit d9659b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"autoload": {
"psr-4": { "Symfony\\Component\\Validator\\": "" },
"exclude-from-classmap": [
"/Tests/"
"/Tests/",
"/Resources/bin/"
]
},
"minimum-stability": "dev"
Expand Down

0 comments on commit d9659b7

Please sign in to comment.