Skip to content

Commit 65ad905

Browse files
annesosensiofabpot
authored andcommitted
added the new Composer exclude-from-classmap option
1 parent 1b57ec8 commit 65ad905

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
@@ -34,7 +34,10 @@
3434
"symfony/config": ""
3535
},
3636
"autoload": {
37-
"psr-0": { "Symfony\\Component\\Validator\\": "" }
37+
"psr-0": { "Symfony\\Component\\Validator\\": "" },
38+
"exclude-from-classmap": [
39+
"/Tests/"
40+
]
3841
},
3942
"target-dir": "Symfony/Component/Validator",
4043
"minimum-stability": "dev",

0 commit comments

Comments
 (0)