Skip to content

Commit

Permalink
Require symfony sendinblue mailer and ext-ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Jan 30, 2024
1 parent d1f2e01 commit ea88f5c
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 6 deletions.
5 changes: 5 additions & 0 deletions api/.env
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ DATABASE_URL="postgresql://db_user:[email protected]:5432/db_name?serverVers
###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###< nelmio/cors-bundle ###

###> symfony/sendinblue-mailer ###
# MAILER_DSN=sendinblue+api://KEY@default
# MAILER_DSN=sendinblue+smtp://USERNAME:PASSWORD@default
###< symfony/sendinblue-mailer ###
1 change: 1 addition & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN set -eux; \
pcntl \
gd \
gmp \
ftp \
; \
pecl install \
apcu-${APCU_VERSION} \
Expand Down
1 change: 1 addition & 0 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"symfony/proxy-manager-bridge": "5.3.*",
"symfony/runtime": "5.3.*",
"symfony/security-bundle": "5.3.*",
"symfony/sendinblue-mailer": "5.3.*",
"symfony/serializer": "5.3.*",
"symfony/twig-bundle": "5.3.*",
"symfony/validator": "5.3.*",
Expand Down
77 changes: 71 additions & 6 deletions api/composer.lock

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

9 changes: 9 additions & 0 deletions api/symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,15 @@
"symfony/security-http": {
"version": "v5.3.6"
},
"symfony/sendinblue-mailer": {
"version": "5.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.2",
"ref": "ae1cf494ce06b9a4578a8445c610402a1676ee8d"
}
},
"symfony/serializer": {
"version": "v5.3.4"
},
Expand Down

0 comments on commit ea88f5c

Please sign in to comment.