Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
meysholdt committed Jun 21, 2024
1 parent 35b2b4f commit dee94d1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@
"symfony/security-bundle": "^5.2",
"symfony/string": "^5.2",
"symfony/translation": "^5.2",
"symfony/twig-pack": "^1.0",
"symfony/twig-bundle": "^5.2",
"symfony/validator": "^5.2",
"symfony/webpack-encore-bundle": "^1.4",
"symfony/yaml": "^5.2",
"tgalopin/html-sanitizer-bundle": "^1.2",
"twig/extra-bundle": "^2.12|^3.0",
"twig/intl-extra": "^3.0",
"twig/markdown-extra": "^3.0"
"twig/markdown-extra": "^3.0",
"twig/twig": "^2.12|^3.0"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.2",
Expand All @@ -59,7 +61,10 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true
}
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dee94d1

Please sign in to comment.