Skip to content

Commit b036687

Browse files
committed
[Site] upgrade to Symfony 6.4 stable
1 parent 3c5d7a4 commit b036687

File tree

5 files changed

+607
-595
lines changed

5 files changed

+607
-595
lines changed

Diff for: ux.symfony.com/assets/controllers.json

+1
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
}

Diff for: ux.symfony.com/composer.json

+3-1
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)