1
0
Fork 0
Go to file
Matteo 60cf410acf Update 05-repositories.md
Another thing noted while trying to solve the problem here #6056
2017-01-10 15:09:03 +01:00
.github Add security email for sensitive reports 2016-11-17 14:40:36 +01:00
bin Bump memory limit to 1.5G 2016-12-31 16:29:31 +01:00
doc Update 05-repositories.md 2017-01-10 15:09:03 +01:00
res Fix typo 2017-01-03 11:34:29 +01:00
src Merge branch '1.3' 2017-01-07 18:17:36 +01:00
tests Resolve references in ComposerSchemaTest 2017-01-03 11:57:35 +01:00
.gitattributes
.gitignore
.php_cs
.travis.yml
CHANGELOG.md Update changelog 2017-01-07 18:08:37 +01:00
LICENSE
PORTING_INFO
README.md Add security email for sensitive reports 2016-11-17 14:40:36 +01:00
appveyor.yml
composer.json Update the branch alias for master 2017-01-03 09:50:47 +01:00
composer.lock Merge pull request #6013 from stof/repository_schema 2016-12-31 16:42:14 +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 Dependency Status Reference 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

  • This project's Solver started out as a PHP port of openSUSE's Libzypp satsolver.
  • This project uses hiddeninput.exe to prompt for passwords on windows, sources and details can be found on the github page of the project.