Skip to content

Commit b600fec

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: added the new Composer exclude-from-classmap option added the new Composer exclude-from-classmap option fix expected argument type docblock Set back libxml settings after testings. fixed Twig deprecation notices
2 parents 01e341a + abb4771 commit b600fec

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.9"
2424
},
2525
"autoload": {
26-
"psr-4": { "Symfony\\Component\\CssSelector\\": "" }
26+
"psr-4": { "Symfony\\Component\\CssSelector\\": "" },
27+
"exclude-from-classmap": [
28+
"/Tests/"
29+
]
2730
},
2831
"minimum-stability": "dev",
2932
"extra": {

0 commit comments

Comments
 (0)