Skip to content

Commit c1c791f

Browse files
committed
Remove extra branch alias
1 parent de9b6dc commit c1c791f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
"post-install-cmd": "if [ -f vendor/bin/phpcs ]; then \"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs; fi",
3030
"post-update-cmd": "if [ -f vendor/bin/phpcs ]; then \"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs; fi"
3131
},
32-
"extra": {
33-
"branch-alias": {
34-
"dev-master": "3.1-dev"
35-
}
36-
},
3732
"minimum-stability": "dev",
3833
"prefer-stable": true
3934
}

0 commit comments

Comments
 (0)