bin
|
8afc2ca694
Add support for PEAR repository and downloading, example composer.json would look like {"repositories":{"doctrine": {"pear":"http://pear.doctrine-project.org"},"requires":{"DoctrineORM":"2.0.5"}}. You can use pear repositories this way for now. PEAR packages are not downloaded via pear, only via their .tgz packages in the PEAR repository. Automatically detecting dependencies will require reverse-engineering the PEAR protocol a little bit more, however from looking at a pirum output it looks simple.
|
14 年之前 |
src
|
fa613cad19
Rewrite PearRepository to implement PEAR Client/Server protocol itself, taking longer then pear remote-list, but at least showing ALL available versions, making arbitrary dependencies possible.
|
14 年之前 |
tests
|
bc672deb32
Moving rule iteration logic to a separate RuleSet and RuleSetIterator class
|
14 年之前 |
LICENSE
|
7ea2fd6c93
Fix author/copyright
|
14 年之前 |
PORTING_INFO
|
933cc6179b
Import initial partial port of the libzypp satsolver.
|
14 年之前 |
README.md
|
77934f3062
Edited README.md via GitHub
|
14 年之前 |
phpunit.xml.dist
|
933cc6179b
Import initial partial port of the libzypp satsolver.
|
14 年之前 |