Skip to content

Commit 711090a

Browse files
authored
Add exclude-from-classmap for autoloading
1 parent 80c82d7 commit 711090a

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)