I had to switch from PHP 5.6 to PHP 7, and after the transition, this is the error:
Class 'phpQuery' not found
Code:
$body = $res->getBody(); $document = \phpQuery::newDocumentHTML($body); $price = $document->find($price_tag); $active = $document->find($tag_active); This is a parser, I would like to correct this error, otherwise you will have to roll back to 5.6, and this will rewrite one functional.