Alexey Prilipko
|
5c16889c48
Update PearDownloader to use PEAR extractor
|
13 năm trước cách đây |
Jordi Boggiano
|
d21032ace5
CS fixes
|
13 năm trước cách đây |
Jordi Boggiano
|
1bd4ccbd54
php-cs-fixer magic
|
13 năm trước cách đây |
Jordi Boggiano
|
17370e3812
Remove unnecessary @ operator, refs #543
|
13 năm trước cách đây |
Kirill chEbba Chebunin
|
43631ccd5b
Add Tar and Phar downloaders
|
14 năm trước cách đây |
Jordi Boggiano
|
00a4fe2a14
Refactor downloaders, git installs actually work well now
|
14 năm trước cách đây |
Jordi Boggiano
|
d455eef82c
Fix pear & zip downloaders
|
14 năm trước cách đây |
everzet
|
c9ecb0d1ad
Remove unused methods from downloaders
|
14 năm trước cách đây |
everzet
|
d2150a3c2e
installer and downloaders update
|
14 năm trước cách đây |
everzet
|
d7fe0dfda4
added missing interfaces
|
14 năm trước cách đây |
Kirill chEbba Chebunin
|
e317b4f8ef
Add Dowloader and Installer interfaces
|
14 năm trước cách đây |
Jordi Boggiano
|
49c3446ac1
Make use of new dist properties, refactored ZipDownloader
|
14 năm trước cách đây |
Jordi Boggiano
|
f272f66324
Fixes and improvements to the PEAR implementation
|
14 năm trước cách đây |
xaav
|
74332da349
Using copy function.
|
14 năm trước cách đây |
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.
|
14 năm trước cách đây |
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.
|
14 năm trước cách đây |