i trying composer running solely purpose of updating cc merchants files (since incompetent enough make way downloading api source)
i have error composer saying
problem 1 - requested php extension ext-curl * missing system. install or enable php's curl extension. i have curl installed (responds in cmd) , and enabled extension in php.ini files have found. missing?
i have curl installed (responds in cmd) , and enabled extension in php.ini files have found. missing?
hmm, seems guessing around correct php.ini in order enable php extension curl, right?
these steps might you:
- please run
php --inion cli findphp.iniedit (loaded configuration file). - then edit
php.ini, enable php extensioncurl. - test,
curlavailable:php --ri curl(the command prints extension configuration). - then run
composeron cli again.