-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
38 lines (38 loc) · 1 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
{
"name": "dharmesh-tukadiya/module-dynamicgooglerecaptcha",
"description": "Google ReCAPTCHA Extension for Magento 2 that helps adding a google reCAPTCHA to any controller with any request method to reduce spam.",
"type": "magento2-module",
"license": "GPL-3.0",
"version": "1.0.5",
"authors": [
{
"name": "Dharmesh N Tukadiya",
"homepage": "https://dharmesh-tukadiya.github.io/",
"role": "Magento 2 Developer"
}
],
"minimum-stability": "dev",
"keywords": [
"magento 2",
"magento 2 recaptcha",
"magento recaptcha",
"magento 2 google recaptcha",
"magento google recaptcha",
"magento 2 dynamic google recaptcha",
"magento dynamic google recaptcha"
],
"require": {
"php": ">=7.4.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*",
"magento/product-community-edition": ">=2.4.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"DnTukadiya\\DynamicGoogleReCaptcha\\": ""
}
}
}