summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Validator/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Validator/composer.json')
-rw-r--r--src/Symfony/Component/Validator/composer.json37
1 files changed, 18 insertions, 19 deletions
diff --git a/src/Symfony/Component/Validator/composer.json b/src/Symfony/Component/Validator/composer.json
index 3e7c3e0..fec8337 100644
--- a/src/Symfony/Component/Validator/composer.json
+++ b/src/Symfony/Component/Validator/composer.json
@@ -19,22 +19,21 @@
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
- "symfony/translation-contracts": "^1.1"
+ "symfony/translation-contracts": "^1.1|^2"
},
"require-dev": {
- "symfony/http-client": "^4.3",
- "symfony/http-foundation": "~4.1",
- "symfony/http-kernel": "~3.4|~4.0",
- "symfony/var-dumper": "~3.4|~4.0",
- "symfony/intl": "^4.3",
- "symfony/yaml": "~3.4|~4.0",
- "symfony/config": "~3.4|~4.0",
- "symfony/dependency-injection": "~3.4|~4.0",
- "symfony/expression-language": "~3.4|~4.0",
- "symfony/cache": "~3.4|~4.0",
- "symfony/property-access": "~3.4|~4.0",
- "symfony/property-info": "~3.4|~4.0",
- "symfony/translation": "~4.2",
+ "symfony/http-client": "^4.3|^5.0",
+ "symfony/http-foundation": "^4.1|^5.0",
+ "symfony/http-kernel": "^4.4",
+ "symfony/intl": "^4.3|^5.0",
+ "symfony/yaml": "^3.4|^4.0|^5.0",
+ "symfony/config": "^3.4|^4.0|^5.0",
+ "symfony/dependency-injection": "^3.4|^4.0|^5.0",
+ "symfony/expression-language": "^3.4|^4.0|^5.0",
+ "symfony/cache": "^3.4|^4.0|^5.0",
+ "symfony/property-access": "^3.4|^4.0|^5.0",
+ "symfony/property-info": "^3.4|^4.0|^5.0",
+ "symfony/translation": "^4.2",
"doctrine/annotations": "~1.7",
"doctrine/cache": "~1.0",
"egulias/email-validator": "^2.1.10"
@@ -43,15 +42,15 @@
"doctrine/lexer": "<1.0.2",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/dependency-injection": "<3.4",
- "symfony/http-kernel": "<3.4",
+ "symfony/http-kernel": "<4.4",
"symfony/intl": "<4.3",
- "symfony/translation": "<4.2",
+ "symfony/translation": ">=5.0",
"symfony/yaml": "<3.4"
},
"suggest": {
- "psr/cache-implementation": "For using the metadata cache.",
+ "psr/cache-implementation": "For using the mapping cache.",
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
- "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
+ "doctrine/cache": "For using the default cached annotation reader.",
"symfony/http-foundation": "",
"symfony/intl": "",
"symfony/translation": "For translating validation errors.",
@@ -71,7 +70,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
- "dev-master": "4.3-dev"
+ "dev-master": "4.4-dev"
}
}
}