Sort packages

This commit is contained in:
Oliver Davies 2016-12-30 08:37:31 +00:00
parent 764966c7fa
commit 72c328a41a
2 changed files with 9 additions and 6 deletions

View file

@ -2,12 +2,15 @@
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true, "prefer-stable": true,
"require": { "require": {
"deployer/deployer": "^4.0",
"drush/drush": "^8.0",
"friendsofphp/php-cs-fixer": "^1.12", "friendsofphp/php-cs-fixer": "^1.12",
"hirak/prestissimo": "^0.3.5",
"opdavies/drupal-vm-generator": "^2.9", "opdavies/drupal-vm-generator": "^2.9",
"pantheon-systems/terminus": "^0.13.1", "pantheon-systems/terminus": "^0.13.1",
"squizlabs/php_codesniffer": "^2.7", "squizlabs/php_codesniffer": "^2.7"
"deployer/deployer": "^4.0", },
"hirak/prestissimo": "^0.3.5", "config": {
"drush/drush": "^8.0" "sort-packages": true
} }
} }

View file

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "c7bc4c0c5759ccb017521e3b85652643", "hash": "0ff4fa15b4bec559ec19fade00c503e8",
"content-hash": "8e70addc8b407a8384bbe28d70a1f17b", "content-hash": "a106b99d858c808f8998ba307391b047",
"packages": [ "packages": [
{ {
"name": "consolidation/annotated-command", "name": "consolidation/annotated-command",