requirements for security-checker

Issue #8 resolved
Isidro Merayo Castellano repo owner created an issue

$ bin/security-checker security:check

Curl is required to use this command.

Comments (2)

  1. Isidro Merayo Castellano reporter

    Add to composer.json

    "require": { "php": ">=5.3.3", "pimple/pimple": "dev-master", "ext-curl": "*" },

    And the message

    Your requirements could not be resolved to an installable set of packages.

    Problem 1 - The requested PHP extension ext-curl * is missing from your system.

  2. Log in to comment