-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·50 lines (50 loc) · 1.18 KB
/
composer.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.18 KB
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
{
"name": "omasn/decaptcha-bundle",
"description": "Symfony Decaptcha bundle, распознавание капч для всех популярных сервисов rucaptcha.com, 2captcha.com, pixodrom.com, captcha24.com, socialink.ru, anti-captcha.com",
"type" : "symfony-bundle",
"keywords": [
"symfony",
"decaptcha",
"bundle",
"captcha",
"recognition",
"rucaptcha.com",
"2captcha.com",
"pixodrom.com",
"captcha24.com",
"socialink.ru",
"rucaptcha",
"2captcha",
"pixodrom",
"captcha24",
"socialink",
"anti-captcha.com",
"anti-captcha"
],
"authors" : [{
"name" : "Omasn Hawk",
"email" : "omasn@yandex.ru"
}],
"homepage": "http://bong.run/",
"type": "project",
"license": "MIT",
"minimum-stability": "stable",
"require": {
"jumper423/decaptcha": "2.*",
"php": "^5.5.9 || ^7.0",
"symfony/form": "^2.7 || ^3.0",
"symfony/framework-bundle": "^2.7 || ^3.0",
"symfony/security-bundle": "^2.7 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.30"
},
"config": {
"process-timeout": 1800
},
"autoload": {
"psr-4": {
"Omasn\\DecaptchaBundle\\": ""
}
}
}