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

@ -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/"