1
0
Fork 0
Go to file
Markus Staab a94a7512d6
Conditional return type for `IOInterface::select()` (#11219)
2022-12-17 22:03:19 +01:00
.github Merge branch '2.4' 2022-10-25 15:27:14 +02:00
bin Allow autoload to run on 5.6 still, add early exits when running composer or autoload.php with outdated PHP versions, fixes #10714, refs #10709 2022-04-06 22:07:16 +02:00
doc Update how-to-install-untrusted-packages-safely.md (#11187) 2022-11-16 13:42:58 +01:00
phpstan Check missing-from-lock-file required packages when running install and fail when there are any (#11195) 2022-12-16 16:48:24 +01:00
res
src Conditional return type for `IOInterface::select()` (#11219) 2022-12-17 22:03:19 +01:00
tests Check missing-from-lock-file required packages when running install and fail when there are any (#11195) 2022-12-16 16:48:24 +01:00
.editorconfig
.gitattributes Include phpstan rules file, closes #10813 2022-06-02 21:08:42 +02:00
.gitignore
.php-cs-fixer.php
CHANGELOG.md changelog fixes 2022-10-27 14:45:54 +02:00
CODE_OF_CONDUCT.md
LICENSE
PORTING_INFO
README.md
UPGRADE-2.0.md
composer.json Update to composer/pcre 2.1 (#11189) 2022-11-17 11:34:54 +01:00
composer.lock Update to composer/pcre 2.1 (#11189) 2022-11-17 11:34:54 +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.

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