-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 906 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
{
"name": "power-captcha/integration-oxid-eshop",
"description": "POWER CAPTCHA protects your OXID eShop against bots and unauthorized persons. GDPR compliant!",
"type": "oxideshop-module",
"homepage": "https://power-captcha.com/en",
"keywords": [
"oxid",
"eShop",
"module",
"captcha",
"bots",
"spam",
"security",
"protection",
"bot-protection",
"spam-protection",
"GDRP-compliant"
],
"license": [
"GPL-2.0-or-later"
],
"prefer-stable": true,
"prefer-dist": true,
"require": {
"php": "^8.1"
},
"minimum-stability": "dev",
"conflict": {
"oxid-esales/oxideshop-ce": "<7.1"
},
"autoload": {
"psr-4": {
"PowerCaptcha\\OxidEshop\\": "src/",
"PowerCaptcha\\OxidEshop\\Tests\\": "tests/"
}
}
}