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

@@ -16,6 +16,12 @@
<server name="APP_ENV" value="test" force="true" />
<server name="SHELL_VERBOSITY" value="-1" />
<server name="KERNEL_CLASS" value="App\Kernel" />
<!-- ###+ symfony/lock ### -->
<!-- Choose one of the stores below -->
<!-- postgresql+advisory://db_user:db_password@localhost/db_name -->
<env name="LOCK_DSN" value="flock"/>
<!-- ###- symfony/lock ### -->
</php>
<testsuites>