Skip to content

Commit

Permalink
Use sort-packages in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jun 8, 2019
1 parent 9133b95 commit 919057e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.2",
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"doctrine/coding-standard": "^6.0"
"phpunit/phpunit": "^8.2"
},
"autoload": {
"psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" }
Expand All @@ -34,5 +34,8 @@
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit 919057e

Please sign in to comment.