Skip to content

Commit a2418ef

Browse files
committed
minor #1395 [Site] upgrade to Symfony 6.4 stable (kbond)
This PR was merged into the 2.x branch. Discussion ---------- [Site] upgrade to Symfony 6.4 stable | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | n/a | License | MIT Commits ------- b036687 [Site] upgrade to Symfony 6.4 stable
2 parents 9936db7 + b036687 commit a2418ef

File tree

5 files changed

+607
-595
lines changed

5 files changed

+607
-595
lines changed

ux.symfony.com/assets/controllers.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"fetch": "lazy",
77
"autoimport": {
88
"tom-select/dist/css/tom-select.default.css": false,
9+
"tom-select/dist/css/tom-select.bootstrap4.css": false,
910
"tom-select/dist/css/tom-select.bootstrap5.css": true
1011
}
1112
}

ux.symfony.com/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"symfony/notifier": "6.4.*",
3030
"symfony/proxy-manager-bridge": "6.4.*",
3131
"symfony/runtime": "6.4.*",
32+
"symfony/serializer": "6.4.*",
3233
"symfony/stimulus-bundle": "2.x-dev",
3334
"symfony/translation": "6.4.*",
3435
"symfony/twig-bundle": "6.4.*",
@@ -91,7 +92,8 @@
9192
"scripts": {
9293
"auto-scripts": {
9394
"cache:clear": "symfony-cmd",
94-
"assets:install %PUBLIC_DIR%": "symfony-cmd"
95+
"assets:install %PUBLIC_DIR%": "symfony-cmd",
96+
"importmap:install": "symfony-cmd"
9597
},
9698
"post-install-cmd": [
9799
"@auto-scripts"

0 commit comments

Comments
 (0)