1
0
Fork 0
composer/README.md

33 lines
879 B
Markdown
Raw Normal View History

2011-04-05 15:36:01 +00:00
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><br />
2011-04-16 12:42:35 +00:00
Jordi Boggiano - <j.boggiano@seld.be> - <http://twitter.com/seldaek> - <http://seld.be><br />
2011-06-28 18:37:31 +00:00
See also the list of [contributors](https://github.com/composer/composer/contributors) who participated in this project.
2011-04-05 15:36:01 +00:00
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](http://en.opensuse.org/openSUSE:Libzypp_satsolver).