Checking an API request with HTTP PUT method via PHP VCR. The HTTP method recorded as POST instead of PUT.
Checked the PHP VCR library and commented the red bordered line (image attached) in VCR/Util/CurlHelper.php its worked.
Is this a bug in library or Should we have a confugiration to set it?