Skip to content

Commit b050758

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 701c24e + 9f6b612 commit b050758

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
@@ -20,7 +20,10 @@
2020
"symfony/filesystem": "~2.3"
2121
},
2222
"autoload": {
23-
"psr-0": { "Symfony\\Component\\Config\\": "" }
23+
"psr-0": { "Symfony\\Component\\Config\\": "" },
24+
"exclude-from-classmap": [
25+
"/Tests/"
26+
]
2427
},
2528
"target-dir": "Symfony/Component/Config",
2629
"minimum-stability": "dev",

0 commit comments

Comments
 (0)