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

@ -26,7 +26,7 @@
"monolog/monolog": "~1.15",
"ptcinc/solr-php-client": "^1.0",
"symfony/process": "^3.2",
"tractorcow/silverstripe-proxy-db" : "~0.1"
"tractorcow/silverstripe-proxy-db": "~0.1"
},
"require-dev": {
"silverstripe/cms": "^4.0",
@ -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/"