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",
"spamprotection"
],
"authors": [
{
"name": "Saophalkun Ponlu", "name": "Saophalkun Ponlu",
"email": "phalkunz@silverstripe.com" "email": "phalkunz@silverstripe.com"
}, { },
{
"name": "Will Rossiter", "name": "Will Rossiter",
"email": "will@fullscreen.io" "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": {