8000 [PropertyInfo] Reference the new component from the main composer.json · symfony/symfony@e16db41 · GitHub
[go: up one dir, main page]

Skip to content

Commit e16db41

Browse files
committed
[PropertyInfo] Reference the new component from the main composer.json
1 parent 67dec97 commit e16db41

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
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",
@@ -76,7 +77,8 @@
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": {

src/Symfony/Component/PropertyInfo/Tests/PropertyInfoTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
namespace 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>

0 commit comments

Comments
 (0)
0