Skip to content

Commit

Permalink
added ability to solve captchas
Browse files Browse the repository at this point in the history
  • Loading branch information
Athlon1600 committed May 15, 2020
1 parent fe03de8 commit 699951d
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 88 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"license": "MIT",
"require": {
"ext-curl": "*",
"athlon1600/php-curl-client": "^1.1"
"athlon1600/php-curl-client": "^1.1",
"athlon1600/php-captcha-solver": "^1.0"
},
"scripts": {
"test": "phpunit tests",
Expand All @@ -14,7 +15,10 @@
"autoload": {
"psr-4": {
"SerpScraper\\": "src/"
}
},
"files": [
"src/global.php"
]
},
"require-dev": {
"phpunit/phpunit": "8"
Expand Down
Loading

0 comments on commit 699951d

Please sign in to comment.