Skip to content

Commit 90bb56a

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 afd71c5 + 5f30c3f commit 90bb56a

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
@@ -61,7 +61,10 @@
6161
"symfony/property-info": "For using the property_info_extractor service"
6262
},
6363
"autoload": {
64-
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" }
64+
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },
65+
"exclude-from-classmap": [
66+
"/Tests/"
67+
]
6568
},
6669
"minimum-stability": "dev",
6770
"extra": {

0 commit comments

Comments
 (0)