DEP Remove branch alias

This commit is contained in:
Steve Boyd 2022-08-09 11:35:06 +12:00
parent e18651cd33
commit 51ffbce7ba
1 changed files with 2 additions and 6 deletions

View File

@ -10,7 +10,7 @@
"license": "BSD-3-Clause",
"authors": [
{
"name": "Sam Minnée",
"name": "Sam Minn\u00e9e",
"email": "sam@silverstripe.com"
}
],
@ -22,11 +22,7 @@
"require-dev": {
"phpunit/phpunit": "7.1.3"
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"extra": {},
"autoload": {
"psr-4": {
"SilverStripe\\PostgreSQL\\": "code/",