Skip to content

Commit 5f30c3f

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 e835f3b + fe8a77c commit 5f30c3f

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
@@ -57,7 +57,10 @@
5757
"doctrine/cache": "For using alternative cache drivers"
5858
},
5959
"autoload": {
60-
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" }
60+
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },
61+
"exclude-from-classmap": [
62+
"/Tests/"
63+
]
6164
},
6265
"minimum-stability": "dev",
6366
"extra": {

0 commit comments

Comments
 (0)