Skip to content

Commit

Permalink
Adding AssetMapper & Stimulus+Turbo (#13)
Browse files Browse the repository at this point in the history
* Adding AssetMapper & Stimulus+Turbo

* Fixing alphabetical order
  • Loading branch information
weaverryan authored and nicolas-grekas committed Mar 25, 2024
1 parent 124fb85 commit dec06f5
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 @@ -5,6 +5,7 @@
"description": "A webapp pack on top of the default skeleton",
"require": {
"symfony/asset": "*",
"symfony/asset-mapper": "*",
"symfony/debug-pack": "*",
"symfony/doctrine-messenger": "*",
"symfony/expression-language": "*",
Expand All @@ -21,10 +22,12 @@
"symfony/profiler-pack": "*",
"symfony/security-bundle": "*",
"symfony/serializer-pack": "*",
"symfony/stimulus-bundle": "*",
"symfony/string": "*",
"symfony/test-pack": "*",
"symfony/translation": "*",
"symfony/twig-pack": "*",
"symfony/ux-turbo": "*",
"symfony/validator": "*",
"symfony/web-link": "*"
},
Expand All @@ -35,6 +38,6 @@
"symfony/test-pack": "*"
},
"conflict": {
"symfony/framework-bundle": "<5.0"
"symfony/framework-bundle": "<6.3"
}
}

0 comments on commit dec06f5

Please sign in to comment.