Skip to content

Commit 3388c49

Browse files
committed
Merge branch 'cash-up'
2 parents cc034f6 + 0472e33 commit 3388c49

28 files changed

+1392
-82
lines changed

.env.dist

+7
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ JWT_PASSPHRASE=64e0b28d693886fc0c3ce975d6c2fb26
2525
###> nelmio/cors-bundle ###
2626
CORS_ALLOW_ORIGIN=^https?://localhost(:[0-9]+)?$
2727
###< nelmio/cors-bundle ###
28+
29+
###> symfony/swiftmailer-bundle ###
30+
# For Gmail as a transport, use: "gmail://username:password@localhost"
31+
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
32+
# Delivery is disabled by default via "null://localhost"
33+
MAILER_URL=null://localhost
34+
###< symfony/swiftmailer-bundle ###

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"symfony/framework-bundle": "*",
1313
"symfony/orm-pack": "^1.0",
1414
"symfony/security-bundle": "*",
15+
"symfony/swiftmailer-bundle": "^3.2",
16+
"symfony/templating": "4.1.*",
17+
"symfony/twig-bundle": "4.1.*",
1518
"symfony/yaml": "*"
1619
},
1720
"require-dev": {

0 commit comments

Comments
 (0)