8000 bug #31852 [Form] add missing symfony/service-contracts dependency (n… · symfony/symfony@04e2026 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 04e2026

Browse files
committed
bug #31852 [Form] add missing symfony/service-contracts dependency (nicolas-grekas)
This PR was merged into the 4.3 branch. Discussion ---------- [Form] add missing symfony/service-contracts dependency | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #31844 | License | MIT | Doc PR | - `ResetInterface` is needed by `CachingFactoryDecorator`, which is used in `CoreExtension`, so this is a mandatory dep. Commits ------- 8639bcc [Form] add missing symfony/service-contracts dependency
2 parents 33f3933 + 8639bcc commit 04e2026

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/Form/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"symfony/options-resolver": "~4.3",
2323
"symfony/polyfill-ctype": "~1.8",
2424
"symfony/polyfill-mbstring": "~1.0",
25-
"symfony/property-access": "~3.4|~4.0"
25+
"symfony/property-access": "~3.4|~4.0",
26+
"symfony/service-contracts": "~1.1"
2627
},
2728
"require-dev": {
2829
"doctrine/collections": "~1.0",

0 commit comments

Comments
 (0)
0