Skip to content

Commit 67f8463

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 eb9da1d + c44b379 commit 67f8463

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
@@ -33,7 +33,10 @@
3333
"symfony/http-foundation": ""
3434
},
3535
"autoload": {
36-
"psr-0": { "Symfony\\Component\\Form\\": "" }
36+
"psr-0": { "Symfony\\Component\\Form\\": "" },
37+
"exclude-from-classmap": [
38+
"/Tests/"
39+
]
3740
},
3841
"target-dir": "Symfony/Component/Form",
3942
"minimum-stability": "dev",

0 commit comments

Comments
 (0)