Skip to content

Commit 2d28715

Browse files
committed
add composer exclude-from-classmap for new 2.8 components
1 parent 2ffbdae commit 2d28715

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)