Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  synchronize require-dev and conflict sections
  [AssetMapper] Normalizing path in test to fix / \ comparison in Windows
  • Loading branch information
fabpot committed Oct 21, 2023
2 parents 668fb89 + 9e9ae66 commit 0c870b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@
"symfony/browser-kit": "<6.4",
"symfony/console": "<6.4",
"symfony/framework-bundle": "<6.4",
"symfony/http-client": "<6.4",
"symfony/ldap": "<6.4",
"symfony/twig-bundle": "<6.4"
"symfony/serializer": "<6.4",
"symfony/twig-bundle": "<6.4",
"symfony/validator": "<6.4"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" },
Expand Down

0 comments on commit 0c870b9

Please sign in to comment.