Jordi Boggiano
|
b1f528fb06
|
Add fallback to unzip, refs #158
|
2011-12-16 22:22:08 +01:00 |
Per Bernhardt
|
2fc49aa88b
|
Stop hg from parsing project's repository information while installing dependencies from source (HgDownloader) or initializing a VcsRepository (HgDriver).
|
2011-12-13 06:49:03 +01:00 |
Matthias Pigulla
|
54cf9aeb46
|
Make sure the target-dir exists
|
2011-12-10 00:24:02 +01:00 |
Jordi Boggiano
|
927be089ba
|
Added more tests for Filesystem util and some fixes
|
2011-12-04 22:40:30 +01:00 |
Jordi Boggiano
|
a19695cdcb
|
Tentative fix for *nix
|
2011-12-04 18:44:40 +01:00 |
Jordi Boggiano
|
4517a2e51e
|
Added tests and fixed some incorrect behaviors in Filesystem
|
2011-12-04 18:35:45 +01:00 |
Nils Adermann
|
71a6b47e90
|
Merge pull request #140 from Seldaek/bins
Add binaries support
|
2011-12-04 09:31:43 -08:00 |
Jordi Boggiano
|
725850c521
|
Fix github ssl bypass with http:// urls
|
2011-12-03 21:40:02 +01:00 |
Jordi Boggiano
|
7e3f8099b1
|
Add proxy files for windows instead of copying, removed PEAR-style substitution
|
2011-12-03 20:44:00 +01:00 |
Jordi Boggiano
|
aa94918d50
|
Add binaries support in composer
|
2011-12-03 15:39:06 +01:00 |
Ben Bieker
|
0e6f3834ec
|
Added an SvnDownloader
The Svn Downloader can be used like the already implemented
GitDownloader, for example
{
"name": "my-project",
"version": "1.0.0",
"repositories": {
"MyRepo": {
"package": {
"name": "mypackage",
"version": "2.0",
"source": {
"url": "https://repo.com/svnrepo",
"type": "svn",
"reference": "tags/v2.0"
}
}
}
},
"require": {
"mypackage": "2.0"
}
}
|
2011-11-17 16:56:01 +01:00 |
Jordi Boggiano
|
e6710e311c
|
Merge remote-tracking branch 'webfactory/mercurial-support'
|
2011-11-15 15:12:15 +01:00 |
Jordi Boggiano
|
b4ec1b36c4
|
OpenSSL is not required to clone git repos
|
2011-11-15 13:34:13 +01:00 |
Jordi Boggiano
|
418e2e28f3
|
Merge remote-tracking branch 'chEbba/tar-phar-downloader'
Conflicts:
src/Composer/Downloader/PearDownloader.php
|
2011-11-15 11:20:47 +01:00 |
Jordi Boggiano
|
3ad905ae99
|
Lift openssl requirement for github archives (thanks @pborreli)
|
2011-11-15 11:07:05 +01:00 |
Joseph Bielawski
|
d6cd6a4aef
|
Use `RuntimeException` instead of `UnexpectedValueException` when zip extension is not enabled
|
2011-11-14 23:05:08 +01:00 |
Per Bernhardt
|
ad8e85ab32
|
Previous change was wrong... We want to update to a specific version, so hg pull -u won't work.
|
2011-11-12 12:05:27 +01:00 |
Per Bernhardt
|
ee508725c6
|
Simpler
|
2011-11-12 10:27:45 +01:00 |
Jordi Boggiano
|
e060ead6c2
|
Use script-safe git argument to check for modifications
|
2011-11-11 12:02:08 +01:00 |
Per Bernhardt
|
38198a5f36
|
Fixed blank lines.
|
2011-11-10 13:39:51 +01:00 |
Per Bernhardt
|
3e5fd85768
|
Fixed CS and unused variables
|
2011-11-10 13:10:05 +01:00 |
Per Bernhardt
|
c6e4984a62
|
New downloader for mercurial
|
2011-11-08 09:14:34 +01:00 |
Jordi Boggiano
|
4b5abaf44f
|
Fixes in PEAR support
|
2011-11-06 20:24:52 +01:00 |
Jordi Boggiano
|
0cfbea624e
|
Add warnings if OpenSSL is not enabled, fixes #84
|
2011-11-03 19:58:49 +01:00 |
Jordi Boggiano
|
6b6d6b6d82
|
Add --dev flag to InstallCommand to do source installs, fixes #26
|
2011-10-30 20:59:41 +01:00 |
Jordi Boggiano
|
b100df33d8
|
Make ArrayDumper and ArrayLoader reversible
|
2011-10-30 20:16:41 +01:00 |
Kirill chEbba Chebunin
|
6c4440d0e9
|
Add todo for signed phars
|
2011-09-30 22:58:58 +04:00 |
Kirill chEbba Chebunin
|
7527d0af43
|
Add throws declaration for FileDownloader::extract()
|
2011-09-30 22:46:09 +04:00 |
Kirill chEbba Chebunin
|
43631ccd5b
|
Add Tar and Phar downloaders
|
2011-09-30 01:07:17 +04:00 |
everzet
|
195272da09
|
refactored DownloaderInterface to be mono-installation-type
|
2011-09-29 04:11:51 +03:00 |
everzet
|
cc740249ff
|
don't return useless info
|
2011-09-29 02:01:06 +03:00 |
Jordi Boggiano
|
00a4fe2a14
|
Refactor downloaders, git installs actually work well now
|
2011-09-29 00:48:52 +02:00 |
Jordi Boggiano
|
d455eef82c
|
Fix pear & zip downloaders
|
2011-09-25 23:43:49 +02:00 |
Jordi Boggiano
|
b9114e16be
|
Fix typos, short var names etc
|
2011-09-25 23:20:31 +02:00 |
Jordi Boggiano
|
c7af918caa
|
Fix git downloader
|
2011-09-25 22:19:27 +02:00 |
everzet
|
c9ecb0d1ad
|
Remove unused methods from downloaders
|
2011-09-25 21:00:59 +03:00 |
everzet
|
50aa7ac607
|
Provide $useSource argument to the DownloaderInterface methods
|
2011-09-25 18:56:05 +03:00 |
everzet
|
17d1abcec0
|
Refactored DownloadManager
|
2011-09-25 18:30:54 +03:00 |
everzet
|
5b0d17cc13
|
DownloaderInterface refactored
|
2011-09-24 02:18:41 +03:00 |
everzet
|
cde9531e4d
|
DownloadManager implemented
|
2011-09-24 02:09:51 +03:00 |
everzet
|
d2150a3c2e
|
installer and downloaders update
|
2011-09-21 00:42:13 +03:00 |
everzet
|
d7fe0dfda4
|
added missing interfaces
|
2011-09-21 00:42:13 +03:00 |
Kirill chEbba Chebunin
|
74a45cfb8c
|
Remove public keyword from Downloader and Installer interface methods
|
2011-09-16 01:26:32 +04:00 |
Kirill chEbba Chebunin
|
e317b4f8ef
|
Add Dowloader and Installer interfaces
|
2011-09-15 23:58:00 +04:00 |
Jordi Boggiano
|
49c3446ac1
|
Make use of new dist properties, refactored ZipDownloader
|
2011-07-06 21:06:52 +02:00 |
Jordi Boggiano
|
f272f66324
|
Fixes and improvements to the PEAR implementation
|
2011-06-28 20:42:59 +02:00 |
xaav
|
74332da349
|
Using copy function.
|
2011-06-28 20:42:51 +02:00 |
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.
|
2011-06-28 20:42:50 +02:00 |
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
|
1eb2a46308
|
Don't chdir() while cloning git repos
|
2011-06-06 11:01:06 +02: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 |
Jordi Boggiano
|
e03983697a
|
Add base installer/downloader and ComposerRepository
|
2011-04-18 00:15:05 +02:00 |