8000 bug #32136 [FrameworkBundle] sync `require-dev` and `conflict` constr… · symfony/symfony@04b2f7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 04b2f7f

Browse files
committed
bug #32136 [FrameworkBundle] sync require-dev and conflict constraints (xabbuh)
This PR was merged into the 4.3 branch. Discussion ---------- [FrameworkBundle] sync `require-dev` and `conflict` constraints | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | The `conflict` section already prevents the Translation component 4.2 to be installed. Commits ------- 47f9235 sync `require-dev` and `conflict` constraints
2 parents 4866444 + 47f9235 commit 04b2f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"symfony/security-http": "~3.4|~4.0",
4949
"symfony/serializer": "^4.3",
5050
"symfony/stopwatch": "~3.4|~4.0",
51-
"symfony/translation": "~4.2",
51+
"symfony/translation": "~4.3",
5252
"symfony/templating": "~3.4|~4.0",
5353
"symfony/twig-bundle": "~2.8|~3.2|~4.0",
5454
"symfony/validator": "^4.1",

0 commit comments

Comments
 (0)
0