mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
MNT Remove obsolete branch-alias
This commit is contained in:
parent
050ef82451
commit
c2c4342c01
@ -2,14 +2,20 @@
|
||||
"name": "silverstripe/spamprotection",
|
||||
"description": "Spam protection module for SilverStripe.",
|
||||
"type": "silverstripe-vendormodule",
|
||||
"keywords": ["silverstripe", "spamprotection"],
|
||||
"authors": [{
|
||||
"name": "Saophalkun Ponlu",
|
||||
"email": "phalkunz@silverstripe.com"
|
||||
}, {
|
||||
"name": "Will Rossiter",
|
||||
"email": "will@fullscreen.io"
|
||||
}],
|
||||
"keywords": [
|
||||
"silverstripe",
|
||||
"spamprotection"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Saophalkun Ponlu",
|
||||
"email": "phalkunz@silverstripe.com"
|
||||
},
|
||||
{
|
||||
"name": "Will Rossiter",
|
||||
"email": "will@fullscreen.io"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"silverstripe/framework": "^4.0"
|
||||
},
|
||||
@ -21,10 +27,7 @@
|
||||
"extra": {
|
||||
"expose": [
|
||||
"images"
|
||||
],
|
||||
"branch-alias": {
|
||||
"dev-master": "3.x-dev"
|
||||
}
|
||||
]
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -32,7 +35,7 @@
|
||||
"SilverStripe\\SpamProtection\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"license": "BSD-3-Clause",
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user