Require Honeypot module
This commit is contained in:
parent
dff483ec36
commit
9e25d34d97
1 changed files with 57 additions and 1 deletions
58
composer.lock
generated
58
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "d39b0518a6dd4507ad31614af7fe79f6",
|
||||
"content-hash": "15722167e54b17f940ececf731d01fa8",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -6434,6 +6434,62 @@
|
|||
"source": "http://cgit.drupalcode.org/group"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/honeypot",
|
||||
"version": "1.29.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupal.org/project/honeypot",
|
||||
"reference": "8.x-1.29"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/honeypot-8.x-1.29.zip",
|
||||
"reference": "8.x-1.29",
|
||||
"shasum": "029d9e068d8f6a5db52434c27dc71bd3f06da487"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "~8.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.29",
|
||||
"datestamp": "1536179280",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0+"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jeff Geerling",
|
||||
"homepage": "https://www.drupal.org/user/389011",
|
||||
"email": "geerlingguy@mac.com"
|
||||
}
|
||||
],
|
||||
"description": "Mitigates spam form submissions using the honeypot method.",
|
||||
"homepage": "https://www.drupal.org/project/honeypot",
|
||||
"keywords": [
|
||||
"deterrent",
|
||||
"form",
|
||||
"honeypot",
|
||||
"honeytrap",
|
||||
"php",
|
||||
"spam"
|
||||
],
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/honeypot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/http_client_error_status",
|
||||
"version": "1.0.0",
|
||||
|
|
Loading…
Reference in a new issue