Skip to content

Commit b479c9e

Browse files
annesosensiofabpot
authored andcommitted
added the new Composer exclude-from-classmap option
1 parent ab681bc commit b479c9e

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/proxy-manager-bridge": "Generate service proxies to lazy load them"
2929
},
3030
"autoload": {
31-
"psr-0": { "Symfony\\Component\\DependencyInjection\\": "" }
31+
"psr-0": { "Symfony\\Component\\DependencyInjection\\": "" },
32+
"exclude-from-classmap": [
33+
"/Tests/"
34+
]
3235
},
3336
"target-dir": "Symfony/Component/DependencyInjection",
3437
"minimum-stability": "dev",

0 commit comments

Comments
 (0)