Skip to content

Commit

Permalink
Merge pull request #116 from localheinz/feature/sort-packages
Browse files Browse the repository at this point in the history
Enhancement: Keep packages sorted in composer.json
  • Loading branch information
jakzal committed Nov 23, 2018
2 parents 3e695fb + a3aab5c commit 492881f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"ocramius/proxy-manager": "^2.0.4"
},
"require-dev": {
"phpspec/phpspec": "^3.3",
"bossa/phpspec2-expect": "^2.2",
"behat/mink-goutte-driver": "^1.2",
"bossa/phpspec2-expect": "^2.2",
"fabpot/goutte": "^3.2",
"phpspec/phpspec": "^3.3",
"symfony/filesystem": "^3.2||^4.0",
"symfony/process": "^3.2||^4.0",
"symfony/yaml": "^3.2||^4.0",
"fabpot/goutte": "^3.2"
"symfony/yaml": "^3.2||^4.0"
},
"suggest": {
"bossa/phpspec2-expect": "Allows to use PHPSpec2 matchers in Behat context files"
Expand All @@ -43,5 +43,8 @@
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit 492881f

Please sign in to comment.