-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
44 lines (44 loc) · 1.12 KB
/
composer.json
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
38
39
40
41
42
43
44
{
"name": "crowdsec/magento2-module-engine",
"description": "This Magento 2 module allows sharing threat signal and benefit from the CrowdSec's community blocklist.",
"type": "magento2-module",
"version": "1.1.1",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "CrowdSec",
"email": "[email protected]"
},
{
"name": "Julien Loizelet",
"homepage": "https://github.com/julienloizelet/",
"role": "Developer"
}
],
"homepage": "https://github.com/crowdsecurity/magento-cs-extension",
"keywords": [
"magento",
"magento2",
"extension",
"module",
"crowdsec",
"security",
"bouncer",
"signal",
"blocklist",
"community"
],
"require": {
"crowdsec/remediation-engine": "^3.3",
"crowdsec/magento-symfony-cache": "1.1.0 || 2.2.0 || 3.0.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"CrowdSec\\Engine\\": ""
}
}
}