mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
Merge branch '1.1' into 2.0
This commit is contained in:
commit
3b4f757d6e
@ -2,26 +2,24 @@
|
|||||||
"name": "silverstripe/spamprotection",
|
"name": "silverstripe/spamprotection",
|
||||||
"description": "Spam protection module for SilverStripe.",
|
"description": "Spam protection module for SilverStripe.",
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"keywords": [
|
"keywords": ["silverstripe", "spamprotection"],
|
||||||
"silverstripe",
|
"authors": [{
|
||||||
"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": "~3.1"
|
"silverstripe/framework": "~3.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/PHPUnit": "~3.7@stable"
|
"phpunit/PHPUnit": "~3.7@stable"
|
||||||
},
|
},
|
||||||
"extra": [],
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "2.1.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
"license": "BSD-3-Clause"
|
"license": "BSD-3-Clause"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user