Skip to content

Commit

Permalink
Merge pull request #194 from localheinz/fix/sort
Browse files Browse the repository at this point in the history
Fix: Actually sort dependencies
  • Loading branch information
rquadling committed Dec 6, 2016
2 parents 848c8f0 + c42d378 commit ca37887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -27,8 +27,8 @@
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "@stable",
"friendsofphp/php-cs-fixer": "^2.0"
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "@stable"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ca37887

Please sign in to comment.