Skip to content

Commit

Permalink
Sort packages in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Jan 18, 2021
1 parent f3115a1 commit ea2eb7b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"homepage": "http://joshlockhart.com"
}
],
"config": {
"sort-packages": true
},
"require": {
"php": "^7.3|^8.0",
"psr/http-factory": "^1.0",
Expand All @@ -20,10 +23,10 @@
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpspec/prophecy": "^1.10",
"squizlabs/php_codesniffer": "^3.5.8",
"phpspec/prophecy-phpunit": "^2.0"
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.5.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ea2eb7b

Please sign in to comment.