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

Commit b3aa3cd

Browse files
committed
Merge branch '3.2'
* 3.2: Fix deprecated swiftmailer parameter Update sample sqlite path according to symfony 3 directory structure
2 parents 5d2d6d8 + 65b48ab commit b3aa3cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ doctrine:
5151
charset: UTF8
5252
# if using pdo_sqlite as your database driver:
5353
# 1. add the path in parameters.yml
54-
# e.g. database_path: "%kernel.root_dir%/data/data.db3"
54+
# e.g. database_path: "%kernel.root_dir%/../var/data/data.sqlite"
5555
# 2. Uncomment database_path in parameters.yml.dist
5656
# 3. Uncomment next line:
5757
#path: "%database_path%"

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": "^3.0",
2121
"symfony/polyfill-apcu": "^1.0",
2222
"sensio/distribution-bundle": "^5.0",

0 commit comments

Comments
 (0)