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

Seldaek
Seldaek commented Oct 14, 2021

I have laid down the ground work for reaching level 6 by typing all class properties and interface methods throughout the codebase, which should already help ensure that types are correct when they get added/copied to getters and such.

I definitely could use help though in reaching level 6, because it's a ton of work left (1465 errors for src/, 400 errors for tests/).

If you are interest

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