Skip to content

Commit f1c45ad

Browse files
minor symfony#58877 [Validator] fix lowest allowed TypeInfo version (xabbuh)
This PR was merged into the 7.2 branch. Discussion ---------- [Validator] fix lowest allowed TypeInfo version | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 23fa48c fix lowest allowed TypeInfo version
2 parents cb546eb + 23fa48c commit f1c45ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"symfony/property-access": "^6.4|^7.0",
4040
"symfony/property-info": "^6.4|^7.0",
4141
"symfony/translation": "^6.4.3|^7.0.3",
42-
"symfony/type-info": "^7.2",
42+
"symfony/type-info": "^7.2-RC1",
4343
"egulias/email-validator": "^2.1.10|^3|^4"
4444
},
4545
"conflict": {

0 commit comments

Comments
 (0)