Skip to content

Commit 4a66db4

Browse files
committed
minor symfony#23297 [Validator] Remove property path suggestion for using the Expression validator (ogizanagi)
This PR was merged into the 3.2 branch. Discussion ---------- [Validator] Remove property path suggestion for using the Expression validator | Q | A | ------------- | --- | Branch? | 3.2 <!-- see comment below --> | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A This suggestion is erroneous since symfony#17398 removed any usage of the PropertyAccess component within the Validator one, so it's not even required anymore by the ExpressionValidator. Commits ------- e9e1534 [Validator] Remove property path suggestion for using the Expression validator
2 parents 07c38df + e9e1534 commit 4a66db4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Validator/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"symfony/yaml": "",
4444
"symfony/config": "",
4545
"egulias/email-validator": "Strict (RFC compliant) email validation",
46-
"symfony/property-access": "For using the Expression validator",
4746
"symfony/expression-language": "For using the Expression validator"
4847
},
4948
"autoload": {

0 commit comments

Comments
 (0)