decaptcha icon indicating copy to clipboard operation
decaptcha copied to clipboard

Removed dependency on cURL

Open dmromanov opened this issue 8 years ago • 5 comments

CURL is a nice PHP extension, but if it is not present in a target system, it causes a lot of problems.

dmromanov avatar Jan 18 '17 20:01 dmromanov

Current coverage is 81.32% (diff: 94.44%)

Merging #8 into master will decrease coverage by 0.20%

@@             master         #8   diff @@
==========================================
  Files             8          8          
  Lines          1283       1269    -14   
  Methods          52         52          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           1046       1032    -14   
  Misses          237        237          
  Partials          0          0          

Powered by Codecov. Last update a968dc3...eb3cdd4

codecov-io avatar Jan 18 '17 20:01 codecov-io

Hi @dmromanov, this PR is good, but the composer.json is conflicted.

Could you fix this :)?

peter279k avatar Jan 07 '20 11:01 peter279k

Will do this in the next two weeks.

dmromanov avatar Jan 08 '20 08:01 dmromanov

Thank you, @dmromanov :smile:.

peter279k avatar Jan 08 '20 12:01 peter279k

This is a kindly reminder that the PR was updated.

dmromanov avatar Feb 06 '20 22:02 dmromanov