Skip to content

Commit abca98d

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 1405668 + 6cbd394 commit abca98d

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)