Skip to content

Commit 8c24b71

Browse files
authored
Merge pull request #1606 from lyrixx/sort-packages
[Composer] Sort packages
2 parents 63de1b2 + 3b1439d commit 8c24b71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"behat/mink-extension": "^2.2",
3232
"behat/symfony2-extension": "^2.1",
3333
"behatch/contexts": "^2.6",
34+
"doctrine/annotations": "^1.2",
3435
"doctrine/doctrine-bundle": "^1.6.3",
3536
"doctrine/orm": "^2.5",
36-
"doctrine/annotations": "^1.2",
3737
"friendsofsymfony/user-bundle": "^2.0",
3838
"nelmio/api-doc-bundle": "^2.11.2",
3939
"php-mock/php-mock-phpunit": "^2.0",
@@ -71,5 +71,8 @@
7171
"branch-alias": {
7272
"dev-master": "2.0.x-dev"
7373
}
74+
},
75+
"config": {
76+
"sort-packages": true
7477
}
7578
}

0 commit comments

Comments
 (0)