forked from himiklab/yii2-recaptcha-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 919 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
{
"name": "himiklab/yii2-recaptcha-widget",
"description": "Yii2 Google reCAPTCHA v2 and v3 widget",
"keywords": ["yii2", "captcha", "recaptcha", "google", "widget"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"source": "https://github.com/himiklab/yii2-recaptcha-widget",
"issues": "https://github.com/himiklab/yii2-recaptcha-widget/issues"
},
"authors": [
{
"name": "HimikLab",
"homepage": "https://github.com/himiklab/"
}
],
"require": {
"yiisoft/yii2": "~2.0.11",
"yiisoft/yii2-httpclient": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.34"
},
"autoload": {
"psr-4": {
"himiklab\\yii2\\recaptcha\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"himiklab\\yii2\\recaptcha\\tests\\": "tests/"
}
}
}