File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 176
176
"Symfony\\ Bridge\\ ProxyManager\\ " : " src/Symfony/Bridge/ProxyManager/" ,
177
177
"Symfony\\ Bridge\\ Twig\\ " : " src/Symfony/Bridge/Twig/" ,
178
178
"Symfony\\ Bundle\\ " : " src/Symfony/Bundle/" ,
179
- "Symfony\\ Component\\ " : " src/Symfony/Component/"
179
+ "Symfony\\ Component\\ " : " src/Symfony/Component/" ,
180
+ "Symfony\\ Runtime\\ Symfony\\ Component\\ " : " src/Symfony/Component/Runtime/Internal/"
180
181
},
181
182
"files" : [
182
183
" src/Symfony/Component/String/Resources/functions.php"
185
186
" src/Symfony/Component/Intl/Resources/stubs"
186
187
],
187
188
"exclude-from-classmap" : [
188
- " **/Tests/"
189
+ " **/Tests/" ,
190
+ " **/bin/"
189
191
]
190
192
},
191
193
"autoload-dev" : {
Original file line number Diff line number Diff line change 34
34
"files" : [ " bootstrap.php" ],
35
35
"psr-4" : { "Symfony\\ Bridge\\ PhpUnit\\ " : " " },
36
36
"exclude-from-classmap" : [
37
- " /Tests/"
37
+ " /Tests/" ,
38
+ " /bin/"
38
39
]
39
40
},
40
41
"bin" : [
Original file line number Diff line number Diff line change 72
72
"autoload" : {
73
73
"psr-4" : { "Symfony\\ Component\\ Validator\\ " : " " },
74
74
"exclude-from-classmap" : [
75
- " /Tests/"
75
+ " /Tests/" ,
76
+ " /Resources/bin/"
76
77
]
77
78
},
78
79
"minimum-stability" : " dev"
You can’t perform that action at this time.
0 commit comments