feat(mail) : install webklex/php-imap + symfony/lock, configure lock store

This commit is contained in:
2026-05-19 23:32:01 +02:00
parent 23191bdab6
commit 3a2d8d5bde
8 changed files with 1012 additions and 3 deletions

View File

@@ -169,6 +169,18 @@
".editorconfig"
]
},
"symfony/lock": {
"version": "8.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.2",
"ref": "8e937ff2b4735d110af1770f242c1107fdab4c8e"
},
"files": [
"config/packages/lock.yaml"
]
},
"symfony/mcp-bundle": {
"version": "v0.6.0"
},
@@ -222,6 +234,19 @@
"config/routes/security.yaml"
]
},
"symfony/translation": {
"version": "8.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "6.3",
"ref": "620a1b84865ceb2ba304c8f8bf2a185fbf32a843"
},
"files": [
"config/packages/translation.yaml",
"translations/.gitignore"
]
},
"symfony/uid": {
"version": "8.0",
"recipe": {