As title, I notice that the `Requirements` section has the `cURL` and `OpenSSL` version requirements. And I also know that it has the [curl_version](https://www.php.net/manual/en/function.curl-version.php). And I think we can consider using this function to check that the `cURL`, `OpenSSL` and `zlib` version numbers are correct. If this issue is accepted, I can work on this :). And please suggest the possible approach to accomplish this issue :+1:.