1
0
Fork 0
Go to file
Jordi Boggiano 0d2c2c044a
Avoid skipping feature branch detection if no branch-alias is defined at all
2020-03-13 11:39:19 +01:00
.github Remove file in favor of https://github.com/composer/.github/blob/master/FUNDING.yml 2020-02-28 10:36:29 +01:00
bin
doc Only show direct dependencies suggestions by default, add --all flag to see all in suggest command, fixes #8660 2020-03-10 15:09:28 +01:00
phpstan
res Fix schema rules to be more strict 2020-03-10 13:56:35 +01:00
src Avoid skipping feature branch detection if no branch-alias is defined at all 2020-03-13 11:39:19 +01:00
tests Fix tests 2020-03-13 11:26:12 +01:00
.editorconfig
.gitattributes
.gitignore
.php_cs
.travis.yml Remove --no-suggest flag as it is gone 2020-02-13 16:22:53 +01:00
CHANGELOG.md Typo 2020-03-10 16:27:12 +01:00
LICENSE
PORTING_INFO
README.md
appveyor.yml Tweak appveyor build 2020-02-13 09:08:23 +01:00
composer.json Alias dev-master/trunk/default to 9999999-dev instead of normalizing the version to that, fixes #8323 2020-03-11 15:04:18 +01:00
composer.lock Alias dev-master/trunk/default to 9999999-dev instead of normalizing the version to that, fixes #8323 2020-03-11 15:04:18 +01:00
phpunit.xml.dist

README.md

Composer - Dependency Management for PHP

Composer helps you declare, manage, and install dependencies of PHP projects.

See https://getcomposer.org/ for more information and documentation.

Build Status

Installation / Usage

Download and install Composer by following the official instructions.

For usage, see the documentation.

Packages

Find packages on Packagist.

Community

IRC channels are on irc.freenode.org: #composer for users and #composer-dev for development.

For support, Stack Overflow also offers a good collection of Composer related questions.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project and its community you agree to abide by those terms.

Requirements

PHP 5.3.2 or above (at least 5.3.4 recommended to avoid potential bugs)

Authors

See also the list of contributors who participated in this project.

Security Reports

Please send any sensitive issue to security@packagist.org. Thanks!

License

Composer is licensed under the MIT License - see the LICENSE file for details

Acknowledgments