File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22
22
"symfony/http-client-implementation" : " "
23
23
},
24
24
"autoload" : {
25
- "psr-4" : { "Symfony\\ Contracts\\ HttpClient\\ " : " " }
25
+ "psr-4" : { "Symfony\\ Contracts\\ HttpClient\\ " : " " },
26
+ "exclude-from-classmap" : [
27
+ " /Test/"
28
+ ]
26
29
},
27
30
"minimum-stability" : " dev" ,
28
31
"extra" : {
Original file line number Diff line number Diff line change 26
26
"symfony/service-implementation" : " "
27
27
},
28
28
"autoload" : {
29
- "psr-4" : { "Symfony\\ Contracts\\ Service\\ " : " " }
29
+ "psr-4" : { "Symfony\\ Contracts\\ Service\\ " : " " },
30
+ "exclude-from-classmap" : [
31
+ " /Test/"
32
+ ]
30
33
},
31
34
"minimum-stability" : " dev" ,
32
35
"extra" : {
Original file line number Diff line number Diff line change 22
22
"symfony/translation-implementation" : " "
23
23
},
24
24
"autoload" : {
25
- "psr-4" : { "Symfony\\ Contracts\\ Translation\\ " : " " }
25
+ "psr-4" : { "Symfony\\ Contracts\\ Translation\\ " : " " },
26
+ "exclude-from-classmap" : [
27
+ " /Test/"
28
+ ]
26
29
},
27
30
"minimum-stability" : " dev" ,
28
31
"extra" : {
You can’t perform that action at this time.
0 commit comments