DEP Remove branch alias

This commit is contained in:
Steve Boyd 2022-08-09 11:34:54 +12:00
parent c0b818fc49
commit 51ca5b437c
1 changed files with 2 additions and 6 deletions

View File

@ -42,11 +42,7 @@
"bin": [
"bin/fulltextsearch_quickstart"
],
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
"extra": {},
"scripts": {
"lint": "phpcs -s src/ tests/",
"lint-clean": "phpcbf src/ tests/"