Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 291a479

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: Fix deprecated swiftmailer parameter
2 parents fbcf391 + a3c6f17 commit 291a479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/config/config_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ monolog:
3131
# level: info
3232

3333
#swiftmailer:
34-
# delivery_address: me@example.com
34+
# delivery_addresses: ['me@example.com']

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"doctrine/orm": "^2.5",
1717
"doctrine/doctrine-bundle": "^1.6",
1818
"doctrine/doctrine-cache-bundle": "^1.2",
19-
"symfony/swiftmailer-bundle": "^2.3",
19+
"symfony/swiftmailer-bundle": "^2.3.10",
2020
"symfony/monolog-bundle": "~2.11.3",
2121
"symfony/polyfill-apcu": "^1.0",
2222
"sensio/distribution-bundle": "^5.0",

0 commit comments

Comments
 (0)