feat(Search): base module

This commit is contained in:
2025-04-20 13:55:00 -05:00
parent e720ca05f4
commit f8667af685
10 changed files with 1556 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
{
"1tomany/rich-bundle": {
"version": "v1.8.3"
},
"symfony/asset-mapper": {
"version": "7.2",
"recipe": {
@@ -80,6 +83,19 @@
"config/routes.yaml"
]
},
"symfony/security-bundle": {
"version": "7.2",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "6.4",
"ref": "2ae08430db28c8eb4476605894296c82a642028f"
},
"files": [
"config/packages/security.yaml",
"config/routes/security.yaml"
]
},
"symfony/twig-bundle": {
"version": "7.2",
"recipe": {
@@ -117,6 +133,18 @@
"config/packages/twig_component.yaml"
]
},
"symfony/validator": {
"version": "7.2",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "7.0",
"ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
},
"files": [
"config/packages/validator.yaml"
]
},
"symfonycasts/tailwind-bundle": {
"version": "0.10",
"recipe": {