Skip to content

Commit b8b0089

Browse files
committed
Sorting.
1 parent ceb6bd2 commit b8b0089

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
},
4646
"extra": {
4747
"installer-paths": {
48+
"paragonie/sodium_compat": {
49+
"target": "src/wp-includes/sodium_compat",
50+
"ignore": [
51+
"README.md",
52+
"composer-php52.json"
53+
]
54+
},
4855
"phpmailer/phpmailer": {
4956
"target": "src/wp-includes/PHPMailer",
5057
"source": "src"
@@ -76,13 +83,6 @@
7683
"README.markdown",
7784
"utils/PHPStan"
7885
]
79-
},
80-
"paragonie/sodium_compat": {
81-
"target": "src/wp-includes/sodium_compat",
82-
"ignore": [
83-
"README.md",
84-
"composer-php52.json"
85-
]
8686
}
8787
}
8888
},

0 commit comments

Comments
 (0)