Skip to content

Commit a4ff82f

Browse files
Merge branch '2.8'
* 2.8: Always enable clock-mock for HttpFoundation [ClassLoader] Fix parsing namespace when token_get_all() is missing Bug #16343 [Router] Too many Routes ? Fixes the stack traces of the deprecation logs fix unused variable warning [Translation][Form] Do not translate form labels and placeholders when 'translation_domain' is false add composer exclude-from-classmap for new 2.8 components [Yaml] sync changelog and upgrade files [Debug] Ensure class declarations are loaded only once Minor design tweaks for the Logs and Doctrine profiler panels Conflicts: UPGRADE-2.8.md
2 parents f84d8af + 2d28715 commit a4ff82f

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
@@ -21,7 +21,10 @@
2121
"ext-ldap": "*"
2222
},
2323
"autoload": {
24-
"psr-4": { "Symfony\\Component\\Ldap\\": "" }
24+
"psr-4": { "Symfony\\Component\\Ldap\\": "" },
25+
"exclude-from-classmap": [
26+
"/Tests/"
27+
]
2528
},
2629
"minimum-stability": "dev",
2730
"extra": {

0 commit comments

Comments
 (0)