Skip to content

Commit 9e711fd

Browse files
committed
[Site] Fix port to 9044 and upgrade UX dependencies
1 parent a336938 commit 9e711fd

File tree

4 files changed

+740
-513
lines changed

4 files changed

+740
-513
lines changed

ux.symfony.com/.symfony.local.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ workers:
66
cmd: ['symfony', 'console', 'tailwind:build', '--watch']
77

88
http:
9+
port: 9044
910
use_gzip: true

ux.symfony.com/composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"symfony/phpunit-bridge": "7.2.*",
7777
"symfony/stopwatch": "7.2.*",
7878
"symfony/web-profiler-bundle": "7.2.*",
79-
"vincentlanglet/twig-cs-fixer": "3.1.*",
79+
"vincentlanglet/twig-cs-fixer": "3.9.*",
8080
"zenstruck/browser": "^1.9",
8181
"zenstruck/foundry": "2.2.*"
8282
},
@@ -139,5 +139,14 @@
139139
"importmap:install": "symfony-cmd",
140140
"tailwind:build": "symfony-cmd"
141141
}
142+
},
143+
"repositories": {
144+
"symfony-ux-toolkit": {
145+
"type": "path",
146+
"url": "../src/Toolkit",
147+
"options": {
148+
"symlink": true
149+
}
150+
}
142151
}
143152
}

0 commit comments

Comments
 (0)