Skip to content

Commit 371c91a

Browse files
annesosensiofabpot
authored andcommitted
added the new Composer exclude-from-classmap option
1 parent 7757a28 commit 371c91a

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
@@ -40,7 +40,10 @@
4040
"doctrine/orm": ""
4141
},
4242
"autoload": {
43-
"psr-0": { "Symfony\\Bridge\\Doctrine\\": "" }
43+
"psr-0": { "Symfony\\Bridge\\Doctrine\\": "" },
44+
"exclude-from-classmap": [
45+
"/Tests/"
46+
]
4447
},
4548
"target-dir": "Symfony/Bridge/Doctrine",
4649
"minimum-stability": "dev",

0 commit comments

Comments
 (0)