Skip to content

Commit 9da378b

Browse files
Add a branch-alias for dev-main (#55)
Resolves this error: ``` Problem 1 - Root composer.json requires wp-cli/config-command dev-main -> satisfiable by wp-cli/config-command[dev-main]. - wp-cli/config-command dev-main requires wp-cli/wp-config-transformer ^1.4.0 -> satisfiable by wp-cli/wp-config-transformer[v1.4.0] from composer repo (https://repo.packagist.org) but wp-cli/wp-config-transformer[dev-main] from path repo (wp-config-transformer) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo's packages are not installable. See https://getcomposer.org/repoprio for details and assistance. ```
1 parent 9b470f6 commit 9da378b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"@behat"
4545
]
4646
},
47+
"extra": {
48+
"branch-alias": {
49+
"dev-main": "1.x-dev"
50+
}
51+
},
4752
"support": {
4853
"issues": "https://github.com/wp-cli/wp-config-transformer/issues"
4954
}

0 commit comments

Comments
 (0)