Skip to content

Commit 9f6b612

Browse files
annesosensiofabpot
authored andcommitted
added the new Composer exclude-from-classmap option
1 parent 0b4a8e9 commit 9f6b612

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)