-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
58 lines (58 loc) · 1.59 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "dicr/yii2-anticaptcha-simple",
"type": "yii2-extension",
"license": "MIT",
"homepage": "https://gitlab.com/dicr/yii2-anticaptcha-simple",
"description": "Клиент Simple API решения Captcha для Yii2",
"keywords": [
"dicr",
"yii2",
"anticaptcha",
"simple",
"rucaptcha",
"2captcha",
"pixodrom",
"captcha24",
"socialink"
],
"authors": [
{
"name": "Igor Tarasov",
"email": "develop@dicr.org",
"homepage": "http://dicr.org",
"role": "developer"
}
],
"support": {
"source": "https://gitlab.com/dicr/yii2-anticaptcha-simple.git"
},
"minimum-stability": "RC",
"prefer-stable": true,
"require": {
"php": "~7.3",
"yiisoft/yii2": "~2.0",
"dicr/yii2-helper": "~3.7",
"dicr/yii2-http": "~2.1",
"dicr/yii2-validate": "~2.2"
},
"autoload": {
"psr-4": {
"dicr\\anticaptcha\\simple\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"dicr\\tests\\": "tests/"
}
},
"repositories": [
{"type": "gitlab", "url": "https://gitlab.com/dicr/yii2-helper.git"},
{"type": "gitlab", "url": "https://gitlab.com/dicr/yii2-http.git"},
{"type": "gitlab", "url": "https://gitlab.com/dicr/yii2-validate.git"},
{"type": "composer", "url": "https://asset-packagist.org"}
],
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "~9.4"
}
}