Skip to content

Commit abb4771

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: 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 e1b865b + b363968 commit abb4771

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)