Skip to content

Commit a4283b4

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

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)