Skip to content

Commit 1602f6d

Browse files
Remove ClassMetadataFactoryCompiler and other legacy cleanups
1 parent 5c3c41c commit 1602f6d

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ CHANGELOG
77
* Change default value of `default_protocol` option in `UrlType` from `'http'` to `null`
88
* Remove the `VersionAwareTest` trait, use feature detection instead
99
* Remove deprecated `ResizeFormListener::preSetData()` method, use `postSetData()` instead
10+
* Remove `validation.xml` in `Resources/config`, replaced by attributes on the `Form` class
1011

1112
7.4
1213
---

Resources/config/validation.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"symfony/var-dumper": "^7.4|^8.0"
4545
},
4646
"conflict": {
47-
"symfony/translation-contracts": "<2.5"
47+
"symfony/translation-contracts": "<2.5",
48+
"symfony/validator": "<7.4"
4849
},
4950
"autoload": {
5051
"psr-4": { "Symfony\\Component\\Form\\": "" },

0 commit comments

Comments
 (0)