Skip to content

Commit

Permalink
Merge pull request #21 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
Jan0707 authored Oct 2, 2018
2 parents 9177e63 + b424749 commit 6b50b7b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"require": {
"php": "^7.1",
"phpspec/prophecy": "^1.7",
"phpunit/phpunit": "^6.0||^7.0",
"phpstan/phpstan": "^0.10"
"phpstan/phpstan": "^0.10",
"phpunit/phpunit": "^6.0||^7.0"
},
"autoload": {
"psr-4": {
Expand All @@ -23,5 +23,8 @@
"psr-4": {
"Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
}
}
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b50b7b

Please sign in to comment.