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 190
190
"Symfony\\ Bridge\\ PsrHttpMessage\\ " : " src/Symfony/Bridge/PsrHttpMessage/" ,
191
191
"Symfony\\ Bridge\\ Twig\\ " : " src/Symfony/Bridge/Twig/" ,
192
192
"Symfony\\ Bundle\\ " : " src/Symfony/Bundle/" ,
193
- "Symfony\\ Component\\ " : " src/Symfony/Component/"
193
+ "Symfony\\ Component\\ " : " src/Symfony/Component/" ,
194
+ "Symfony\\ Runtime\\ Symfony\\ Component\\ " : " src/Symfony/Component/Runtime/Internal/"
194
195
},
195
196
"files" : [
196
197
" src/Symfony/Component/String/Resources/functions.php"
199
200
" src/Symfony/Component/Cache/Traits/ValueWrapper.php"
200
201
],
201
202
"exclude-from-classmap" : [
202
- " **/Tests/"
203
+ " **/Tests/" ,
204
+ " **/bin/"
203
205
]
204
206
},
205
207
"autoload-dev" : {
Original file line number Diff line number Diff line change 32
32
"files" : [ " bootstrap.php" ],
33
33
"psr-4" : { "Symfony\\ Bridge\\ PhpUnit\\ " : " " },
34
34
"exclude-from-classmap" : [
35
- " /Tests/"
35
+ " /Tests/" ,
36
+ " /bin/"
36
37
]
37
38
},
38
39
"bin" : [
Original file line number Diff line number Diff line change 56
56
"autoload" : {
57
57
"psr-4" : { "Symfony\\ Component\\ Validator\\ " : " " },
58
58
"exclude-from-classmap" : [
59
- " /Tests/"
59
+ " /Tests/" ,
60
+ " /Resources/bin/"
60
61
]
61
62
},
62
63
"minimum-stability" : " dev"
You can’t perform that action at this time.
0 commit comments