Merge pull request #330 from creative-commoners/pulls/master/remove-branch-alias

DEP Remove branch alias
This commit is contained in:
Guy Sartorelli 2022-08-09 11:46:50 +12:00 committed by GitHub
commit b9b8ca641f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/"