Skip to content

Commit b363968

Browse files
annesosensiofabpot
authored andcommitted
added the new Composer exclude-from-classmap option
1 parent 0a9834f commit b363968

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
@@ -23,7 +23,10 @@
2323
"php": ">=5.3.3"
2424
},
2525
"autoload": {
26-
"psr-0": { "Symfony\\Component\\CssSelector\\": "" }
26+
"psr-0": { "Symfony\\Component\\CssSelector\\": "" },
27+
"exclude-from-classmap": [
28+
"/Tests/"
29+
]
2730
},
2831
"target-dir": "Symfony/Component/CssSelector",
2932
"minimum-stability": "dev",

0 commit comments

Comments
 (0)