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