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 48
48
"symfony/options-resolver" : " self.version" ,
49
49
"symfony/process" : " self.version" ,
50
50
"symfony/property-access" : " self.version" ,
51
+ "symfony/property-info" : " self.version" ,
51
52
"symfony/proxy-manager-bridge" : " self.version" ,
52
53
"symfony/routing" : " self.version" ,
53
54
"symfony/security" : " self.version" ,
76
77
"monolog/monolog" : " ~1.11" ,
77
78
"ircmaxell/password-compat" : " ~1.0" ,
78
79
"ocramius/proxy-manager" : " ~0.4|~1.0" ,
79
- "egulias/email-validator" : " ~1.2"
80
+ "egulias/email-validator" : " ~1.2" ,
81
+ "phpdocumentor/reflection" : " ~1.0"
80
82
},
81
83
"autoload" : {
82
84
"psr-4" : {
Original file line number Diff line number Diff line change 12
12
13
13
namespace Symfony \Component \PropertyInfo \PropertyInfo \Tests ;
14
14
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 ;
18
18
19
19
/**
20
20
* @author Kévin Dunglas <dunglas@gmail.com>
You can’t perform that action at this time.
0 commit comments