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

Commit 5311659

Browse files
committed
minor #1039 Fix deprecated swiftmailer parameter (piotrantosik)
This PR was merged into the 2.7 branch. Discussion ---------- Fix deprecated swiftmailer parameter fixed pr #1037 @xabbuh please review Commits ------- 69f3c25 Fix deprecated swiftmailer parameter
2 parents 7d56981 + 69f3c25 commit 5311659

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
@@ -34,4 +34,4 @@ assetic:
3434
use_controller: true
3535

3636
#swiftmailer:
37-
# delivery_address: me@example.com
37+
# delivery_addresses: ['me@example.com']

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"doctrine/orm": "^2.4.8",
1313
"doctrine/doctrine-bundle": "~1.4",
1414
"symfony/assetic-bundle": "~2.3",
15-
"symfony/swiftmailer-bundle": "~2.3",
15+
"symfony/swiftmailer-bundle": "~2.3,>=2.3.10",
1616
"symfony/monolog-bundle": "~2.11.3",
1717
"sensio/distribution-bundle": "~4.0",
1818
"sensio/framework-extra-bundle": "^3.0.2",

0 commit comments

Comments
 (0)