Add configuration to enable curl request with proxy or any other CURLOPT
<?phpnamespaceDoctrine\ORM\Tools;useDoctrine\ORM\ORMException;classToolsExceptionextendsORMException{publicstaticfunctioncouldNotMapDoctrine1Type($type){returnnewself("Could not map doctrine 1 type '$type'!");}}