-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·37 lines (36 loc) · 994 Bytes
/
composer.json
File metadata and controls
executable file
·37 lines (36 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "drupal/websecurity",
"description": "Most needed contributed modules and configurations to manage a secure website.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/websecurity",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Webship",
"homepage": "http://webship.org",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/websecurity",
"source": "http://cgit.drupalcode.org/websecurity"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~11.3.0",
"drupal/webpatches": "11.0.x-dev",
"drupal/recaptcha_v3": "~2.0.0",
"drupal/flood_control": "~3.0",
"drupal/seckit": "~2.0.0",
"drupal/security_review": "~3.1.0",
"drupal/honeypot": "~2.2.0",
"drupal/antibot": "~2.0.0",
"drupal/klaro":"~3.0.0"
}
}