Historique des commits

Auteur SHA1 Message Date
  Jordi Boggiano f6b9488bf0 Move root package handling to a dedicated loader and make ArrayLoader more strict il y a 14 ans
  Jordi Boggiano 8a127ed131 Fix URL handling for PEAR repositories il y a 14 ans
  Jordi Boggiano 8e6f8ae57e Add prettyVersion to packages, fixes #76 il y a 14 ans
  Jordi Boggiano 8a2afee55f Rethrow on unexpected failures il y a 14 ans
  Jordi Boggiano 4b5abaf44f Fixes in PEAR support il y a 14 ans
  Fabien Potencier 527c711149 Move loader creation to avoid creating it more than once, unified the way packages are loading across repository classes il y a 14 ans
  Jordi Boggiano dcfe310cff Fix PEAR repository il y a 14 ans
  everzet 9deb10361f second batch of refactoring il y a 14 ans
  everzet 5f4d46f7ae repository factoring refactoring il y a 14 ans
  Jordi Boggiano 49c3446ac1 Make use of new dist properties, refactored ZipDownloader il y a 14 ans
  Jordi Boggiano f272f66324 Fixes and improvements to the PEAR implementation il y a 14 ans
  Benjamin Eberlei 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. il y a 14 ans
  Benjamin Eberlei 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. il y a 14 ans