Skip to content

Commit 1b71d93

Browse files
committed
Merge branch '2.8'
* 2.8: added the new Composer exclude-from-classmap option added the new Composer exclude-from-classmap option fix docblock description for the build() method fix expected argument type docblock Set back libxml settings after testings. fixed Twig deprecation notices
2 parents da73086 + 18ecc7e commit 1b71d93

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
@@ -43,7 +43,10 @@
4343
"doctrine/orm": ""
4444
},
4545
"autoload": {
46-
"psr-4": { "Symfony\\Bridge\\Doctrine\\": "" }
46+
"psr-4": { "Symfony\\Bridge\\Doctrine\\": "" },
47+
"exclude-from-classmap": [
48+
"/Tests/"
49+
]
4750
},
4851
"minimum-stability": "dev",
4952
"extra": {

0 commit comments

Comments
 (0)