Skip to content

Commit f8d7fcb

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 601c61a + b637b83 commit f8d7fcb

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
@@ -41,7 +41,10 @@
4141
"doctrine/orm": ""
4242
},
4343
"autoload": {
44-
"psr-4": { "Symfony\\Bridge\\Doctrine\\": "" }
44+
"psr-4": { "Symfony\\Bridge\\Doctrine\\": "" },
45+
"exclude-from-classmap": [
46+
"/Tests/"
47+
]
4548
},
4649
"minimum-stability": "dev",
4750
"extra": {

0 commit comments

Comments
 (0)