Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Fix autoload configs to avoid warnings when building optimized autoloaders
  • Loading branch information
fabpot committed Jun 2, 2024
2 parents 0fd3867 + d536c47 commit dab2781
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 @@ -56,7 +56,8 @@
"autoload": {
"psr-4": { "Symfony\\Component\\Validator\\": "" },
"exclude-from-classmap": [
"/Tests/"
"/Tests/",
"/Resources/bin/"
]
},
"minimum-stability": "dev"
Expand Down

0 comments on commit dab2781

Please sign in to comment.