Skip to content

Commit 50054c6

Browse files
Merge branch '4.4' into 5.0
* 4.4: [Validator] fix low deps Don't patch BadFileName.php fixture file
2 parents 085f281 + 7774567 commit 50054c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"symfony/proxy-manager-bridge": "^4.4|^5.0",
3636
"symfony/security-core": "^5.0",
3737
"symfony/expression-language": "^4.4|^5.0",
38-
"symfony/validator": "^5.0.1",
38+
"symfony/validator": "^5.0.2",
3939
"symfony/translation": "^4.4|^5.0",
4040
"symfony/var-dumper": "^4.4|^5.0",
4141
"doctrine/annotations": "~1.7",
@@ -55,7 +55,7 @@
5555
"symfony/property-info": "<5",
5656
"symfony/security-bundle": "<5",
5757
"symfony/security-core": "<5",
58-
"symfony/validator": "<5.0.1"
58+
"symfony/validator": "<5.0.2"
5959
},
6060
"suggest": {
6161
"symfony/form": "",

0 commit comments

Comments
 (0)