D
D
Denis2019-04-04 15:50:33
PHP
Denis, 2019-04-04 15:50:33

Can't figure it out with composer?

Windows. I'm cloning a repository from git. I type composer install and it shows this.
Problem 1 - Installation request for codeclimate/php-test-reporter 0.3.x-dev -> satisfiable by codeclimate/php-test-reporter[0.3.x-dev]. - codeclimate/php-test-reporter 0.3.x-dev requires ext-curl * -> the requested PHP extension curl is missing from your system.
I understand the problem with curl, I installed it, tested it, it works. Path is registered. Maybe you need to put the folder with curl in the php folder? Now it's just in C. I don't understand how to do it on Windows. On Ubuntu, you need to register
sudo apt-get install php-
curl Or is it something completely different?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2019-04-04
@Drumsid

you are confusing curl (program) with curl (extensions for puff).
on Windows, emnip, you need to:
- find the extension dll for the desired version of puff
- put it in the folder with extensions
- comment / add to php.ini

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question