Skip to content

Commit c087092

Browse files
authored
Merge pull request #234 from symfony/exclude-from-classmap
Add exclude-from-classmap for autoloading
2 parents 80c82d7 + 711090a commit c087092

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
"phpunit/phpunit": "^4.8"
3030
},
3131
"autoload": {
32-
"psr-4": { "Symfony\\Bundle\\MonologBundle\\": "" }
32+
"psr-4": { "Symfony\\Bundle\\MonologBundle\\": "" },
33+
"exclude-from-classmap": [
34+
"/Tests/"
35+
]
3336
},
3437
"extra": {
3538
"branch-alias": {

0 commit comments

Comments
 (0)