The Wayback Machine - https://web.archive.org/web/20201108090046/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,566 public repositories matching this topic...

jrfnl
jrfnl commented Jul 11, 2020

As per my comments in #1162:

  • Deprecated features should be a warning
  • Removed features should be an error
  • New features should be an error
  • For the few things which don't fall in the above categories: whether it is an error/warning should depend on how PHP handles the issue, i.e. does it cause a PHP parse/fatal error or a notice or warning to be thrown ?

Similarly for the error

Created by Nils Adermann, Jordi Boggiano

Released March 1, 2012

Organization
composer
Website
getcomposer.org
Wikipedia
Wikipedia

Related Topics

package-manager php
You can’t perform that action at this time.