DEP Remove branch alias

This commit is contained in:
Steve Boyd 2022-08-09 11:35:06 +12:00
parent e18651cd33
commit 51ffbce7ba

View File

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