forked from jumper423/decaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 1015 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
{
"name": "jumper423/decaptcha",
"description": "Распознавание капч для всех популярных сервисов rucaptcha.com, 2captcha.com, pixodrom.com, captcha24.com, socialink.ru, anti-captcha.com",
"keywords": ["decaptcha", "captcha", "recognition", "rucaptcha.com", "2captcha.com", "pixodrom.com", "captcha24.com", "socialink.ru", "rucaptcha", "2captcha", "pixodrom", "captcha24", "socialink", "anti-captcha.com", "anti-captcha"],
"homepage": "http://infoblog1.ru/learn/cms/yii/raspoznavanie-kapch-na-yii2",
"type": "project",
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/jumper423/decaptcha/issues?state=open",
"source": "https://github.com/jumper423/decaptcha"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.30"
},
"config": {
"process-timeout": 1800
},
"autoload": {
"psr-4": {"jumper423\\decaptcha\\": "src/"}
}
}