Skip to content

Commit d5125a5

Browse files
danognicolas-grekas
authored andcommitted
[HttpClient][Translation][Workflow] [Service] Exclude tests from classmaps
1 parent 5de2881 commit d5125a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
"symfony/event-dispatcher": "<5.4"
3535
},
3636
"autoload": {
37-
"psr-4": { "Symfony\\Component\\Workflow\\": "" }
37+
"psr-4": { "Symfony\\Component\\Workflow\\": "" },
38+
"exclude-from-classmap": [
39+
"/Tests/"
40+
]
3841
},
3942
"minimum-stability": "dev"
4043
}

0 commit comments

Comments
 (0)