Skip to content

Commit 8b7a460

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 f353e1f + 49968ef commit 8b7a460

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
@@ -37,7 +37,10 @@
3737
"doctrine/annotations": "For using the annotation loader"
3838
},
3939
"autoload": {
40-
"psr-4": { "Symfony\\Component\\Routing\\": "" }
40+
"psr-4": { "Symfony\\Component\\Routing\\": "" },
41+
"exclude-from-classmap": [
42+
"/Tests/"
43+
]
4144
},
4245
"minimum-stability": "dev",
4346
"extra": {

0 commit comments

Comments
 (0)