Skip to content

Commit cc9b3f8

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: added the new Composer exclude-from-classmap option 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 85d65ea + abca98d commit cc9b3f8

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
@@ -34,7 +34,10 @@
3434
"symfony/property-access": "For using the ObjectNormalizer."
3535
},
3636
"autoload": {
37-
"psr-4": { "Symfony\\Component\\Serializer\\": "" }
37+
"psr-4": { "Symfony\\Component\\Serializer\\": "" },
38+
"exclude-from-classmap": [
39+
"/Tests/"
40+
]
3841
},
3942
"minimum-stability": "dev",
4043
"extra": {

0 commit comments

Comments
 (0)