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

Commit 8475e21

Browse files
committed
Merge branch '2.8' into 3.2
* 2.8: added automatic sort of Composer deps updated wording in comment
2 parents 7bea23d + e210aa2 commit 8475e21

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

app/config/parameters.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
database_name: symfony
88
database_user: root
99
database_password: ~
10-
# You should uncomment this if you want use pdo_sqlite
10+
# You should uncomment this if you want to use pdo_sqlite
1111
# database_path: "%kernel.root_dir%/data.db3"
1212

1313
mailer_transport: smtp

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
},
1313
"require": {
1414
"php": ">=5.5.9",
15-
"symfony/symfony": "3.2.*",
16-
"doctrine/orm": "^2.5",
1715
"doctrine/doctrine-bundle": "^1.6",
1816
"doctrine/doctrine-cache-bundle": "^1.2",
19-
"symfony/swiftmailer-bundle": "^2.3.10",
17+
"doctrine/orm": "^2.5",
18+
"incenteev/composer-parameter-handler": "^2.0",
19+
"sensio/distribution-bundle": "~4.0",
20+
"sensio/framework-extra-bundle": "^3.0.2",
2021
"symfony/monolog-bundle": "^3.0.2",
2122
"symfony/polyfill-apcu": "^1.0",
22-
"sensio/distribution-bundle": "^5.0",
23-
"sensio/framework-extra-bundle": "^3.0.2",
24-
"incenteev/composer-parameter-handler": "^2.0",
23+
"symfony/swiftmailer-bundle": "^2.3.10",
24+
"symfony/symfony": "3.2.*",
2525
"twig/twig": "^1.0||^2.0"
2626
},
2727
"require-dev": {
@@ -47,7 +47,8 @@
4747
"config": {
4848
"platform": {
4949
"php": "5.5.9"
50-
}
50+
},
51+
"sort-packages": true
5152
},
5253
"extra": {
5354
"symfony-app-dir": "app",

0 commit comments

Comments
 (0)