Skip to content

Commit 69f3421

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 1719632 + 9eed8b5 commit 69f3421

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
@@ -25,7 +25,10 @@
2525
"symfony/event-dispatcher": ""
2626
},
2727
"autoload": {
28-
"psr-0": { "Symfony\\Component\\Console\\": "" }
28+
"psr-0": { "Symfony\\Component\\Console\\": "" },
29+
"exclude-from-classmap": [
30+
"/Tests/"
31+
]
2932
},
3033
"target-dir": "Symfony/Component/Console",
3134
"minimum-stability": "dev",

0 commit comments

Comments
 (0)