mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
Remove obsolete branch-alias
This commit is contained in:
parent
38d168bd01
commit
344cf73ccf
@ -2,24 +2,26 @@
|
||||
"name": "silverstripe/spamprotection",
|
||||
"description": "Spam protection module for SilverStripe.",
|
||||
"type": "silverstripe-module",
|
||||
"keywords": ["silverstripe", "spamprotection"],
|
||||
"authors": [{
|
||||
"keywords": [
|
||||
"silverstripe",
|
||||
"spamprotection"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Saophalkun Ponlu",
|
||||
"email": "phalkunz@silverstripe.com"
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"name": "Will Rossiter",
|
||||
"email": "will@fullscreen.io"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"silverstripe/framework": "~3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/PHPUnit": "~3.7@stable"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"extra": [],
|
||||
"license": "BSD-3-Clause"
|
||||
}
|
Loading…
Reference in New Issue
Block a user