-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 901 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
{
"name": "xstreamka/yii2-recaptcha-widget",
"description": "Spam check widget for Yii2, based on Google reCAPTCHA API v3",
"type": "yii2-extension",
"keywords": ["yii2", "extension", "captcha", "recaptcha", "google", "widget"],
"license": "MIT",
"support": {
"source": "https://github.com/xstreamka/yii2-recaptcha-widget",
"issues": "https://github.com/xstreamka/yii2-recaptcha-widget/issues"
},
"authors": [
{
"name": "XStream",
"email": "[email protected]",
"homepage": "https://github.com/xstreamka/yii2-recaptcha-widget",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-httpclient": "*"
},
"autoload": {
"psr-4": {
"xstreamka\\recaptcha\\": "src"
}
}
}