Skip to content

Commit b637b83

Browse files
committed
minor #16397 added the new Composer exclude-from-classmap option (annesosensio)
This PR was merged into the 2.3 branch. Discussion ---------- added the new Composer exclude-from-classmap option | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 65bef75 added the new Composer exclude-from-classmap option
2 parents 91d6b2c + 371c91a commit b637b83

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)