diff options
Diffstat (limited to 'src/Symfony/Component/PropertyInfo')
-rw-r--r-- | src/Symfony/Component/PropertyInfo/composer.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Symfony/Component/PropertyInfo/composer.json b/src/Symfony/Component/PropertyInfo/composer.json index b6cd0e5..437ea9a 100644 --- a/src/Symfony/Component/PropertyInfo/composer.json +++ b/src/Symfony/Component/PropertyInfo/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/property-info", "type": "library", - "description": "Symfony Property Info Component", + "description": "Extracts information about PHP class' properties using metadata of popular sources", "keywords": [ "property", "type", @@ -31,11 +31,11 @@ "symfony/cache": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "doctrine/annotations": "~1.7" + "doctrine/annotations": "^1.10.4" }, "conflict": { - "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", - "phpdocumentor/type-resolver": "<0.3.0", + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", "symfony/dependency-injection": "<3.4" }, "suggest": { |