Skip to content

Commit 0c870b9

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: synchronize require-dev and conflict sections [AssetMapper] Normalizing path in test to fix / \ comparison in Windows
2 parents 668fb89 + 9e9ae66 commit 0c870b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@
6262
"symfony/browser-kit": "<6.4",
6363
"symfony/console": "<6.4",
6464
"symfony/framework-bundle": "<6.4",
65+
"symfony/http-client": "<6.4",
6566
"symfony/ldap": "<6.4",
66-
"symfony/twig-bundle": "<6.4"
67+
"symfony/serializer": "<6.4",
68+
"symfony/twig-bundle": "<6.4",
69+
"symfony/validator": "<6.4"
6770
},
6871
"autoload": {
6972
"psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" },

0 commit comments

Comments
 (0)