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 4,128 public repositories matching this topic...

composer
fho
fho commented Feb 19, 2020

The documentation states that the default cache dir on an XDG compatible *nix system is $XDG_CONFIG_HOME/composer/cache but composer uses XDG_CACHE_HOME/composer as default.

https://getcomposer.org/doc/03-cli.md#composer-cache-dir quote:

By default it points to $COMPOSER_HOME/cache on *nix and macOS, and C:\Users<user>\AppData\Local\Composer (or %LOCALAPPDATA%/Composer) on Windows.

setup-php
shivammathur
shivammathur commented Sep 24, 2021

jest.it.each reduces the boilerplate test code and improves the readability and maintainability.
Currently config, tools and coverage tests use jest.it.each. The same can be done for utils, extensions and install tests.

Ref:

jrfnl
jrfnl commented Apr 13, 2021

Project description

Behind the scenes, a side-project has started to create a (GitHub Pages) website for this project with helpful information about the things PHPCompatibility detects and how to fix them.

@afilina has done amazing work creating a documentation generation engine which will create a page with the basic information about each sniff from the docblocks in the sniff code itsel

Created by Nils Adermann, Jordi Boggiano

Released March 1, 2012

Organization
composer
Website
getcomposer.org
Wikipedia
Wikipedia

Related Topics

package-manager php