Skip to content

Commit

Permalink
[Composer] Added config.sort-packages=true
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Dec 26, 2017
1 parent 63de1b2 commit 3b1439d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"behat/mink-extension": "^2.2",
"behat/symfony2-extension": "^2.1",
"behatch/contexts": "^2.6",
"doctrine/annotations": "^1.2",
"doctrine/doctrine-bundle": "^1.6.3",
"doctrine/orm": "^2.5",
"doctrine/annotations": "^1.2",
"friendsofsymfony/user-bundle": "^2.0",
"nelmio/api-doc-bundle": "^2.11.2",
"php-mock/php-mock-phpunit": "^2.0",
Expand Down Expand Up @@ -71,5 +71,8 @@
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit 3b1439d

Please sign in to comment.