summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/PropertyInfo/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/PropertyInfo/composer.json')
-rw-r--r--src/Symfony/Component/PropertyInfo/composer.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/Symfony/Component/PropertyInfo/composer.json b/src/Symfony/Component/PropertyInfo/composer.json
index b6cd0e5..c70f078 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",
@@ -24,18 +24,19 @@
],
"require": {
"php": ">=7.1.3",
- "symfony/inflector": "^3.4|^4.0|^5.0"
+ "symfony/inflector": "^3.4|^4.0|^5.0",
+ "symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"symfony/serializer": "^3.4|^4.0|^5.0",
"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": {