1
0
Fork 0
Go to file
Jordi Boggiano 7e0ac53fc4
Merge branch '2.4'
2022-08-30 20:47:34 +02:00
.github Update release.yml 2022-08-30 14:03:38 +02:00
bin
doc Fix the heading levels for the doc about composer repositories (#11030) 2022-08-30 14:10:28 +02:00
phpstan Update baseline 2022-08-17 15:09:30 +02:00
res Added token refresh for GitLab to support GitLab 15+ (#10988) 2022-08-16 13:34:18 +02:00
src Merge branch '2.4' 2022-08-30 20:47:34 +02:00
tests Merge branch '2.4' 2022-08-30 20:47:34 +02:00
.editorconfig
.gitattributes
.gitignore
.php-cs-fixer.php Fix CS (#11003) 2022-08-17 14:20:07 +02:00
CHANGELOG.md Update changelog 2022-08-20 11:44:25 +02:00
CODE_OF_CONDUCT.md
LICENSE
PORTING_INFO
README.md Update README.md (#10933) 2022-07-10 17:03:38 +02:00
UPGRADE-2.0.md
composer.json Bump main to target 2.5 2022-08-20 13:13:59 +02:00
composer.lock Update lock 2022-08-20 14:34:06 +02: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.

Continuous Integration

Installation / Usage

Download and install Composer by following the official instructions.

For usage, see the documentation.

Packages

Find public packages on Packagist.org.

For private package hosting take a look at Private Packagist.

Community

Follow @packagist or @seldaek on Twitter for announcements, or check the #composerphp hashtag.

For support, Stack Overflow offers a good collection of Composer related questions, or you can use the GitHub discussions.

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

Latest Composer

PHP 7.2.5 or above for the latest version.

Composer 2.2 LTS (Long Term Support)

PHP versions 5.3.2 - 8.1 are still supported via the LTS releases of Composer (2.2.x). If you run the installer or the self-update command the appropriate Composer version for your PHP should be automatically selected.

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