Skip to content

Commit

Permalink
Updated app
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed May 30, 2023
1 parent fa9aef3 commit 03f8f3b
Show file tree
Hide file tree
Showing 7 changed files with 310 additions and 230 deletions.
2 changes: 1 addition & 1 deletion assets/controllers.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"enabled": true,
"fetch": "eager",
"autoimport": {
"@symfony/ux-live-component/styles/live.css": true
"@symfony/ux-live-component/dist/live.min.css": true
}
}
},
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"league/oauth2-google": "^4.0.1",
"nyholm/psr7": "^1.8",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.20.4",
"phpstan/phpdoc-parser": "^1.21.3",
"symfony/console": "6.2.*",
"symfony/dotenv": "6.2.*",
"symfony/expression-language": "6.2.*",
"symfony/flex": "^2.2.5",
"symfony/flex": "^2.3.1",
"symfony/framework-bundle": "6.2.*",
"symfony/http-client": "6.2.*",
"symfony/intl": "6.2.*",
Expand All @@ -36,11 +36,11 @@
"symfony/string": "6.2.*",
"symfony/twig-bundle": "6.2.*",
"symfony/ux-chartjs": "*",
"symfony/ux-live-component": "^2.8.1",
"symfony/ux-turbo": "^2.8.1",
"symfony/ux-twig-component": "^2.8.1",
"symfony/ux-live-component": "^2.9.0",
"symfony/ux-turbo": "^2.9.0",
"symfony/ux-twig-component": "^2.9.0",
"symfony/web-link": "6.2.*",
"symfony/webpack-encore-bundle": "^1.16.1",
"symfony/webpack-encore-bundle": "^1.17.1",
"symfony/yaml": "6.2.*",
"twig/cache-extra": "^3.6",
"twig/extra-bundle": "^2.12|^3.6",
Expand Down
Loading

0 comments on commit 03f8f3b

Please sign in to comment.