Skip to content

Commit 1e9469b

Browse files
authored
chore: Correctly sort config values.
1 parent e1bca4e commit 1e9469b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"test": "vendor/bin/phpunit"
4545
},
4646
"config": {
47-
"sort-packages": true,
4847
"allow-plugins": {
4948
"php-http/discovery": true
50-
}
49+
},
50+
"sort-packages": true
5151
}
5252
}

0 commit comments

Comments
 (0)