MNT Remove obsolete branch-alias

This commit is contained in:
Maxime Rainville 2021-05-05 11:17:33 +12:00
parent 050ef82451
commit c2c4342c01
1 changed files with 17 additions and 14 deletions

View File

@ -2,14 +2,20 @@
"name": "silverstripe/spamprotection", "name": "silverstripe/spamprotection",
"description": "Spam protection module for SilverStripe.", "description": "Spam protection module for SilverStripe.",
"type": "silverstripe-vendormodule", "type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "spamprotection"], "keywords": [
"authors": [{ "silverstripe",
"name": "Saophalkun Ponlu", "spamprotection"
"email": "phalkunz@silverstripe.com" ],
}, { "authors": [
"name": "Will Rossiter", {
"email": "will@fullscreen.io" "name": "Saophalkun Ponlu",
}], "email": "phalkunz@silverstripe.com"
},
{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}
],
"require": { "require": {
"silverstripe/framework": "^4.0" "silverstripe/framework": "^4.0"
}, },
@ -21,10 +27,7 @@
"extra": { "extra": {
"expose": [ "expose": [
"images" "images"
], ]
"branch-alias": {
"dev-master": "3.x-dev"
}
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -32,7 +35,7 @@
"SilverStripe\\SpamProtection\\Tests\\": "tests/" "SilverStripe\\SpamProtection\\Tests\\": "tests/"
} }
}, },
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true
} }