serp-spider / search-engine-google

:spider: Google client for SERPS
https://serp-spider.github.io
Other
165 stars 61 forks source link

Issues when updating to v0.4 #97

Closed LunarDevelopment closed 6 years ago

LunarDevelopment commented 6 years ago

Hello!

I've just updated from 0.2.x and am now getting the following:

Uncaught Error: Class 'Serps\HttpClient\CurlClient' not found

when using the example code from your docs site / my old code.

Is this a local issue or an emerging issue with the new branch ?

LunarDevelopment commented 6 years ago

Never mind, I'd removed "serps/http-client-curl": "^0.2.2", as a composer dependency when updating; putting it back into my composer.json fixed the issue and 0.4. is working for me now.