Using Windows (xampp) environment, I attempted to install a Mailgun library via composer. Both composer commands failed with errors regarding missing cURL extension and package version issues. Any suggestions?
hey, try enabling curl in php.ini then restart xamp. i had simlar issue before and updating composer helped. good luck!