generated from dynamikaweb/yii2-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1003 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": "dynamikaweb/yii2-captcha",
"description": "Component for google reCaptcha or hCaptcha.",
"type": "yii2-captcha",
"keywords": ["dynamika", "yii2", "captcha", "hcaptcha", "recaptcha"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Rodrigo Dornelles",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "http://github.com/dynamikaweb/yii2-captcha/issues",
"source": "http://github.com/dynamikaweb/yii2-captcha"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"curl/curl": "^2.0",
"yiisoft/yii2": "*"
},
"replace": {
"himiklab/yii2-recaptcha-widget": "*"
},
"autoload": {
"psr-4": {
"dynamikaweb\\captcha\\": "src"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}