Skip to content

Commit

Permalink
Update symfonycasts/tailwind-bundle to v0.2.1; switch route configura…
Browse files Browse the repository at this point in the history
…tion to attributes

Updated the "symfonycasts/tailwind-bundle" package to version v0.2.1 in the composer.lock and composer.json files. This version supports Symfony 7 and brings several improvements. Also, the routing configuration has been switched from annotations to attributes in the config/routes/attributes.yaml. This change aligns with the recent trend towards using attributes over annotations in Symfony projects.
  • Loading branch information
Spomky committed Dec 2, 2023
1 parent fd4f3d7 commit 7f3a641
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"symfony/web-link": "^6.4",
"symfony/yaml": "^6.4",
"symfonycasts/reset-password-bundle": "^1.17",
"symfonycasts/tailwind-bundle": "^0.1.7",
"symfonycasts/tailwind-bundle": "^0.2",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
},
Expand Down
28 changes: 14 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
controllers:
resource: ../../src/Controller/
type: annotation
type: attribute

kernel:
resource: ../../src/Kernel.php
type: annotation
type: attribute

0 comments on commit 7f3a641

Please sign in to comment.