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

Commit 9363777

Browse files
committed
added automatic sort of Composer deps
1 parent db554c5 commit 9363777

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
},
99
"require": {
1010
"php": ">=5.3.9",
11-
"symfony/symfony": "2.7.*",
12-
"doctrine/orm": "^2.4.8",
1311
"doctrine/doctrine-bundle": "~1.4",
14-
"symfony/assetic-bundle": "~2.3",
15-
"symfony/swiftmailer-bundle": "~2.3,>=2.3.10",
16-
"symfony/monolog-bundle": "^3.0.2",
12+
"doctrine/orm": "^2.4.8",
13+
"incenteev/composer-parameter-handler": "~2.0",
1714
"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.7.*",
20+
"twig/twig": "^1.0||^2.0"
2121
},
2222
"require-dev": {
2323
"sensio/generator-bundle": "~2.3",
@@ -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)