Skip to content

Commit a06a0c0

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 2ffb4e9 + 9f52ac1 commit a06a0c0

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.9"
2020
},
2121
"autoload": {
22-
"psr-4": { "Symfony\\Component\\Finder\\": "" }
22+
"psr-4": { "Symfony\\Component\\Finder\\": "" },
23+
"exclude-from-classmap": [
24+
"/Tests/"
25+
]
2326
},
2427
"minimum-stability": "dev",
2528
"extra": {

0 commit comments

Comments
 (0)