Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ PHPMAILER_SMTP_PASSWORD=
PHPMAILER_SMTP_DEFAULT_SENDER=sammy@codific.com
PHPMAILER_SMTP_USE_AUTH=true
PHPMAILER_SMTP_DEFAULT_ENCRYPTION=ssl
PHPMAILER_SMTP_AUTO_TLS=true
PHPMAILER_SMTP_AUTO_TLS=true
###> symfony/lock ###
# Choose one of the stores below
# postgresql+advisory://db_user:db_password@localhost/db_name
LOCK_DSN=flock
###< symfony/lock ###
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ private
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
/assets/vendor
/tests/_coverage
/tests/_coverage
.claude
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@
"symfony/html-sanitizer": "*",
"symfony/http-client": "*",
"symfony/intl": "*",
"symfony/lock": "7.3.*",
"symfony/mime": "*",
"symfony/monolog-bundle": "*",
"symfony/notifier": "*",
"symfony/process": "*",
"symfony/property-access": "*",
"symfony/property-info": "*",
"symfony/proxy-manager-bridge": "*",
"symfony/rate-limiter": "7.3.*",
"symfony/runtime": "*",
"symfony/security-bundle": "*",
"symfony/serializer": "*",
Expand Down
Loading
Loading