Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Exclude tests from the optimized autoloader classmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored and scheb committed Nov 7, 2019
1 parent 7bfc35c commit 2864c77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"autoload": {
"psr-4": {
"Scheb\\TwoFactorBundle\\": ""
}
},
"exclude-from-classmap": [
"/Tests/"
]
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit 2864c77

Please sign in to comment.