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

Commit e210aa2

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: added automatic sort of Composer deps updated wording in comment
2 parents 929dd83 + 9363777 commit e210aa2

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
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: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"require": {
1111
"php": ">=5.3.9",
12-
"symfony/symfony": "2.8.*",
13-
"doctrine/orm": "^2.4.8",
1412
"doctrine/doctrine-bundle": "~1.4",
15-
"symfony/swiftmailer-bundle": "~2.3,>=2.3.10",
16-
"symfony/monolog-bundle": "^3.0.2",
17-
"sensio/distribution-bundle": "~5.0",
13+
"doctrine/orm": "^2.4.8",
14+
"sensio/distribution-bundle": "~4.0",
1815
"sensio/framework-extra-bundle": "^3.0.2",
19-
"twig/twig": "^1.0||^2.0",
20-
"incenteev/composer-parameter-handler": "~2.0"
16+
"symfony/assetic-bundle": "~2.3",
17+
"symfony/monolog-bundle": "^3.0.2",
18+
"symfony/swiftmailer-bundle": "~2.3,>=2.3.10",
19+
"symfony/symfony": "2.8.*",
20+
"twig/twig": "^1.0||^2.0"
2121
},
2222
"require-dev": {
2323
"sensio/generator-bundle": "~3.0",
@@ -43,7 +43,8 @@
4343
"bin-dir": "bin",
4444
"platform": {
4545
"php": "5.3.9"
46-
}
46+
},
47+
"sort-packages": true
4748
},
4849
"extra": {
4950
"symfony-app-dir": "app",

0 commit comments

Comments
 (0)