forked from himiklab/yii2-recaptcha-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 820 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
{
"name": "himiklab/yii2-recaptcha-widget",
"description": "Yii2 Google reCAPTCHA 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": "*"
},
"require-dev": {
"phpunit/phpunit": ">=3.7",
"phpunit/dbunit": ">=1.2",
"phpunit/phpunit-selenium": ">=1.2"
},
"autoload": {
"psr-4": {
"himiklab\\yii2\\recaptcha\\": ""
}
}
}