498125adbe
Updating does not work yet. The test case works fine for installing/removing the correct packages however. Weak (update/feature) rules are entirely ignored so far. Watches are on literal ids rather than literals to save on function calls and memory usage. So a few methods for literals now have an id counter part. This should probably be refactored to have the literal versions call the id ones instead. |
||
---|---|---|
bin | ||
src/Composer | ||
tests | ||
LICENSE | ||
PORTING_INFO | ||
README.md | ||
phpunit.xml.dist |
README.md
Composer - Package Management for PHP
Usage
Todo
- Implement Repository & Package Backends (Git, PEAR, ...)
- Make other system dependencies available as unremovable packages
- Create compose CLI tool
Requirements
PHP 5.3
Author
Nils Adermann - naderman@naderman.de - http://twitter.com/naderman - http://www.naderman.de
Jordi Boggiano - j.boggiano@seld.be - http://twitter.com/seldaek - http://seld.be
See also the list of contributors who participated in this project.
License
Composer is licensed under the MIT License - see the LICENSE file for details
Acknowledgements
This project started out as a PHP port of openSUSE's Libzypp satsolver.