forked from technik-kvz/mautic-recaptcha
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 807 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 807 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
{
"name": "firemultimedia/mautic-multi-captcha-bundle",
"description": "This plugin brings Google's reCAPTCHA, hCaptcha, and Cloudflare Turnstile integration to mautic.",
"type": "mautic-plugin",
"license": "GPL-3.0-only",
"authors": [{
"name": "Konstantin Scheumann",
"email": "info@konstantin.codes"
}, {
"name": "FireMultimedia B.V.",
"email": "support@firemultimedia.nl"
}],
"keywords": [
"mautic",
"plugin",
"integration",
"hCaptcha",
"Cloudflare Turnstile",
"Google reCAPTCHA"
],
"require": {
"php": "^8.1|^8.2",
"ext-json": "*",
"mautic/core-lib": "^5.0|^6.0|^7.0"
},
"extra": {
"install-directory-name": "MauticMultiCaptchaBundle"
}
}