File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/Symfony/Component/PropertyInfo/Tests Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4848 "symfony/options-resolver" : " self.version" ,
4949 "symfony/process" : " self.version" ,
5050 "symfony/property-access" : " self.version" ,
51+ "symfony/property-info" : " self.version" ,
5152 "symfony/proxy-manager-bridge" : " self.version" ,
5253 "symfony/routing" : " self.version" ,
5354 "symfony/security" : " self.version" ,
7677 "monolog/monolog" : " ~1.11" ,
7778 "ircmaxell/password-compat" : " ~1.0" ,
7879 "ocramius/proxy-manager" : " ~0.4|~1.0" ,
79- "egulias/email-validator" : " ~1.2"
80+ "egulias/email-validator" : " ~1.2" ,
81+ "phpdocumentor/reflection" : " ~1.0"
8082 },
8183 "autoload" : {
8284 "psr-4" : {
Original file line number Diff line number Diff line change 1212
1313namespace Symfony \Component \PropertyInfo \PropertyInfo \Tests ;
1414
15- use \ Symfony \Component \PropertyInfo \PropertyInfo ;
16- use \ Symfony \Component \PropertyInfo \Tests \Fixtures \DummyExtractor ;
17- use \ Symfony \Component \PropertyInfo \Type ;
15+ use Symfony \Component \PropertyInfo \PropertyInfo ;
16+ use Symfony \Component \PropertyInfo \Tests \Fixtures \DummyExtractor ;
17+ use Symfony \Component \PropertyInfo \Type ;
1818
1919/**
2020 * @author Kévin Dunglas <dunglas@gmail.com>
You can’t perform that action at this time.
0 commit comments