Skip to content

Commit fe8a77c

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

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
@@ -51,7 +51,10 @@
5151
"symfony/serializer": "For using the serializer service"
5252
},
5353
"autoload": {
54-
"psr-0": { "Symfony\\Bundle\\FrameworkBundle\\": "" }
54+
"psr-0": { "Symfony\\Bundle\\FrameworkBundle\\": "" },
55+
"exclude-from-classmap": [
56+
"/Tests/"
57+
]
5558
},
5659
"target-dir": "Symfony/Bundle/FrameworkBundle",
5760
"minimum-stability": "dev",

0 commit comments

Comments
 (0)