The Wayback Machine - https://web.archive.org./web/20210319012615/https://github.com/topics/composer
Skip to content
#

Composer

composer logo

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and manage them for you.

Here are 3,761 public repositories matching this topic...

naderman
naderman commented on Feb 8, 2021

There is currently https://getcomposer.org/doc/06-config.md#preferred-install which explains preferred-install (without really explaining the effect or purpose at all, so not great either). And then install/update document the prefer-source/dist options without explaining how this relates to preferred-install: https://getcomposer.org/doc/03-cli.md#install-i

It's unclear which of the two takes p

jrfnl
jrfnl commented on Nov 12, 2020

There are a number of sniffs which mention parameter names in the error/warning message.

As part of the preparations for PHP 8 and named parameters in function calls, a lot of parameters for PHP native functions have been renamed to more descriptive names.

As it is, the online PHP documentation has not been updated with the new names yet, though it is expected that this will happen around

Created by Nils Adermann, Jordi Boggiano

Released March 1, 2012

Organization
composer
Website
getcomposer.org
Wikipedia
Wikipedia

Related Topics

package-manager php