Skip to content

Commit 5cb2f83

Browse files
committed
minor #52216 [FrameworkBundle][SecurityBundle] synchronize require-dev and conflict sections (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle][SecurityBundle] synchronize require-dev and conflict sections | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- a542b53 synchronize require-dev and conflict sections
2 parents fb775f4 + a542b53 commit 5cb2f83

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,16 @@
8383
"symfony/clock": "<6.3",
8484
"symfony/console": "<5.4",
8585
"symfony/dotenv": "<5.4",
86-
"symfony/dom-crawler": "<6.3",
86+
"symfony/dom-crawler": "<6.4",
8787
"symfony/http-client": "<6.3",
8888
"symfony/form": "<5.4",
8989
"symfony/lock": "<5.4",
9090
"symfony/mailer": "<5.4",
9191
"symfony/messenger": "<6.3",
92-
"symfony/mime": "<6.2",
92+
"symfony/mime": "<6.4",
9393
"symfony/property-info": "<5.4",
9494
"symfony/property-access": "<5.4",
95+
"symfony/scheduler": "<6.4",
9596
"symfony/serializer": "<6.4",
9697
"symfony/security-csrf": "<5.4",
9798
"symfony/security-core": "<5.4",

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@
6565
"symfony/framework-bundle": "<6.4",
6666
"symfony/http-client": "<5.4",
6767
"symfony/ldap": "<5.4",
68-
"symfony/twig-bundle": "<5.4"
68+
"symfony/serializer": "<6.4",
69+
"symfony/twig-bundle": "<5.4",
70+
"symfony/validator": "<6.4"
6971
},
7072
"autoload": {
7173
"psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" },

0 commit comments

Comments
 (0)