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

DEP Remove branch alias
This commit is contained in:
Guy Sartorelli 2022-08-09 11:46:48 +12:00 committed by GitHub
commit 66d07396a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

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