jamesiarmes / php-ntlm

NTLM authentication library for PHP.
MIT License
54 stars 27 forks source link

cURL not listed as dependency in componser.json #7

Closed Dwarfex closed 5 years ago

Dwarfex commented 6 years ago

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

cr998 commented 5 years ago

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

Dwarfex commented 5 years ago

@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