jamesiarmes / php-ntlm

NTLM authentication library for PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cURL not listed as dependency in componser.json

Dwarfex opened this issue · comments

See title: cURL PHP Extension not listed as dependency in componser.json

You must to take a look in this http://php.net/manual/es/curl.installation.php, cURL is not a depencency, cURL is an php extension that you must to install on your server

@cr998
Of course requirements to the environment can / should also be listed in the composer file:

In the current composer.json is php and the soap extension also listed.

"require": { "php": ">=5.3.9", "ext-soap": "*" },

one could easily add

"ext-curl": "^7.2"

to the composer.json. Also curl extension is required in a Version greater than 7.2