About 52 results
Open links in new tab
  1. Composer

    A Dependency Manager for PHP Authors: Nils Adermann, Jordi Boggiano and many community contributions Commercial support & consulting available through: Sponsor Composer & …

  2. Download Composer

    Mar 1, 2012 · php -r "unlink('composer-setup.php');" This installer script will simply check some php.ini settings, warn you if they are set incorrectly, and then download the latest composer.phar in the …

  3. Composer

    Composer platform dependencies Making your package depend on specific Composer versions Setting up and using custom installers Modify the way certain types of packages are installed Handling …

  4. Introduction - Composer

    Now run composer in order to run Composer instead of php composer.phar. Installation - Windows # Using the Installer # This is the easiest way to get Composer set up on your machine. Download and …

  5. Basic usage - Composer

    Installing from composer.lock # If there is already a composer.lock file in the project folder, it means either you ran the update command before, or someone else on the project ran the update command …

  6. Command-line interface / Commands - Composer

    COMPOSER_IGNORE_PLATFORM_REQ or COMPOSER_IGNORE_PLATFORM_REQS # If COMPOSER_IGNORE_PLATFORM_REQS set to 1, it is the equivalent of passing the --ignore …

  7. Repositories - Composer

    Package # Composer is a dependency manager. It installs packages locally. A package is essentially a directory containing something. In this case it is PHP code, but in theory it could be anything. And it …

  8. Libraries - Composer

    When determining valid available versions, Composer looks at all of your tags and branches and translates their names into an internal list of options that it then matches against the version …

  9. Composer

    'The xdebug.profiler_enabled setting is enabled, this can slow down Composer a lot.', 'Add the following to the end of your `php.ini` to disable it:',

  10. Config - Composer

    auto is the legacy behavior where Composer uses source automatically for dev versions, and dist otherwise. dist (the default as of Composer 2.1) means Composer installs from dist, where possible. …