This is the error I get when attempting to install educoder/pest on my system:
$ composer require educoder/pest
Using version ^1.0 for educoder/pest
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for educoder/pest ^1.0 -> satisfiable by educoder/pest[1.0.0].
- educoder/pest 1.0.0 requires lib-curl * -> the requested linked library curl has the wrong version installed or is missing from your system, make sure to have the extension providing it.
Installation failed, deleting ./composer.json.
My system is Ubuntu Desktop:
uname -a
Linux Latitude-E6430 3.19.0-30-generic #34-Ubuntu SMP Fri Oct 2 22:08:41 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
This is the error I get when attempting to install educoder/pest on my system:
$ composer require educoder/pest Using version ^1.0 for educoder/pest ./composer.json has been created Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for educoder/pest ^1.0 -> satisfiable by educoder/pest[1.0.0]. - educoder/pest 1.0.0 requires lib-curl * -> the requested linked library curl has the wrong version installed or is missing from your system, make sure to have the extension providing it. Installation failed, deleting ./composer.json.My system is Ubuntu Desktop: