Skip to content

Commit 49968ef

Browse files
annesosensiofabpot
authored andcommitted
added the new Composer exclude-from-classmap option
1 parent f241dac commit 49968ef

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
@@ -31,7 +31,10 @@
3131
"doctrine/common": ""
3232
},
3333
"autoload": {
34-
"psr-0": { "Symfony\\Component\\Routing\\": "" }
34+
"psr-0": { "Symfony\\Component\\Routing\\": "" },
35+
"exclude-from-classmap": [
36+
"/Tests/"
37+
]
3538
},
3639
"target-dir": "Symfony/Component/Routing",
3740
"minimum-stability": "dev",

0 commit comments

Comments
 (0)