-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
38 lines (37 loc) · 1.08 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
{
"name": "bestcaptchasolver/bestcaptchasolver",
"type": "library",
"description": "bestcaptchasolver is a super easy to use bypass captcha php API wrapper for bestcaptchasolver.com captcha service",
"keywords": [
"captcha",
"bypasscaptcha",
"decaptcher",
"decaptcha",
"2captcha",
"deathbycaptcha",
"anticaptcha",
"bypass recaptcha v2",
"bypass no captcha recaptcha",
"bypass invisible recaptcha",
"captcha services for recaptcha v2",
"recaptcha v2 captcha solver",
"google recaptcha solver",
"recaptcha solver python",
"recaptcha bypass script",
"bestcaptchasolver"
],
"homepage": "https://github.com/bestcaptchasolver/bestcaptchasolver-php",
"license": "MIT",
"authors": [
{
"name": "BestCaptchaSolver",
"email": "bcsolver@gmail.com",
"homepage": "https://bestcaptchasolver.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"ext-curl": "*"
}
}