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.
|
2011-06-28 20:42:48 +02:00 |
xaav
|
e1e7bb03be
|
Edited src/Composer/Downloader/ZipDownloader.php via GitHub
|
2011-06-14 14:25:29 -07:00 |
Jordi Boggiano
|
ea71abb3fd
|
Fixed line endings
|
2011-05-06 19:55:49 +02:00 |
Jordi Boggiano
|
e43060eb72
|
Added exceptions and fixed CS of the ZipDownloader
|
2011-05-06 19:54:47 +02:00 |
Geoff
|
99d55792f6
|
Added ZipDownloader.
|
2011-05-01 21:31:06 -05:00 |