Skip to content

Commit db449a0

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 243475a + a4283b4 commit db449a0

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
@@ -28,7 +28,10 @@
2828
"symfony/yaml": ""
2929
},
3030
"autoload": {
31-
"psr-0": { "Symfony\\Component\\Translation\\": "" }
31+
"psr-0": { "Symfony\\Component\\Translation\\": "" },
32+
"exclude-from-classmap": [
33+
"/Tests/"
34+
]
3235
},
3336
"target-dir": "Symfony/Component/Translation",
3437
"minimum-stability": "dev",

0 commit comments

Comments
 (0)