forked from DeployEcommerce/module-trojan-order-prevent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 910 Bytes
/
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
{
"name": "deployecommerce/module-trojan-order-prevent",
"description": "A Magento2 extension that prevents billing/shipping addresses being saved via the API with known trojan order strings.",
"type": "magento2-module",
"keywords": [
"magento2",
"trojanorder",
"adobe commerce",
"magento"
],
"authors": [
{
"name": "Deploy",
"email": "[email protected]",
"homepage": "https://www.deploy.co.uk",
"role": "Agency"
},
{
"name": "Scott Robinson",
"email": "[email protected]",
"homepage": "https://github.com/ssx",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/DeployEcommerce/module-trojan-order-prevent/issues"
},
"require": {},
"license": "MIT",
"autoload": {
"psr-4": {
"DeployEcommerce\\TrojanOrderPrevent\\": ""
},
"files": [
"registration.php"
]
}
}