Skip to content

Commit 50416e6

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 19910a5 + cc9b3f8 commit 50416e6

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

0 commit comments

Comments
 (0)