Skip to content

Commit 6cbd394

Browse files
annesosensiofabpot
authored andcommitted
added the new Composer exclude-from-classmap option
1 parent a841593 commit 6cbd394

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
@@ -19,7 +19,10 @@
1919
"php": ">=5.3.3"
2020
},
2121
"autoload": {
22-
"psr-0": { "Symfony\\Component\\Serializer\\": "" }
22+
"psr-0": { "Symfony\\Component\\Serializer\\": "" },
23+
"exclude-from-classmap": [
24+
"/Tests/"
25+
]
2326
},
2427
"target-dir": "Symfony/Component/Serializer",
2528
"minimum-stability": "dev",

0 commit comments

Comments
 (0)