Jordi Boggiano
|
3d9daea6a0
|
CS fixes
|
2015-10-25 15:19:15 +00:00 |
Michael Beckwith
|
459a48ad5b
|
add spacing consistency around phpdoc attributes
|
2015-10-13 00:46:26 -05:00 |
Jordi Boggiano
|
ce08582671
|
Fix CS
|
2015-09-28 10:53:24 +01:00 |
Rob Bast
|
a1427d7fd6
|
replace all occurences in code and comments
|
2015-09-24 16:32:36 +02:00 |
Jordi Boggiano
|
74e56fd5c6
|
Merge remote-tracking branch 'szeber/master'
|
2015-09-12 22:53:27 +01:00 |
Jordi Boggiano
|
89c6a68a76
|
Updates to path repository and path downloader, refs #4365
|
2015-09-12 22:28:03 +01:00 |
Zsolt Szeberenyi
|
bfb83f1fb7
|
Add name and version to the relevant fields, move content hash checking to the Locker
|
2015-08-21 16:54:28 +12:00 |
Samuel ROZE
|
5261a5fa03
|
Move version guessing in `VersionGuesser` class
|
2015-08-18 14:58:18 +01:00 |
Samuel ROZE
|
ead68d3d49
|
Create the path repository and downloader
|
2015-08-18 14:40:48 +01:00 |
Zsolt Szeberenyi
|
9b50ca0161
|
Add the extra attribute to the content hash
|
2015-06-15 11:31:33 +02:00 |
Zsolt Szeberenyi
|
3e0219c438
|
Change the content hash to be only based on values that affect dependency resolution
|
2015-06-13 10:15:56 +02:00 |
Zsolt Szeberenyi
|
50b560fe4c
|
Add the hash of the parsed content of the composer.json to the lock file, and use it to verify the json is not changed
|
2015-06-12 22:24:31 +02:00 |
Possum
|
2e99b9fdf5
|
Use https where possible
|
2015-05-04 19:37:57 +02:00 |
Jordi Boggiano
|
2e73811211
|
Fix process timeout not being initialized correctly when loading a config without creating a full composer instance, closes #3952, fixes #3946
|
2015-04-21 21:02:17 +01:00 |
Hugo Fonseca
|
c41a187b62
|
Use get home from Config instead of factory
|
2015-03-07 13:00:21 +00:00 |
Rob Bast
|
cb336a5416
|
Implement writeError throughout Composer
|
2015-02-25 11:00:35 +01:00 |
TaeL Kim
|
0ec4505401
|
remove unused statements
|
2015-01-30 16:39:55 +09:00 |
Jordi Boggiano
|
825b4b9c63
|
Improve error message and fix typo, closes #3657
|
2015-01-20 16:39:06 +00:00 |
Jordi Boggiano
|
c8011af219
|
Improve message some more, refs #3655
|
2015-01-20 10:49:03 +00:00 |
Dmitry Tarasov
|
f50cfe6d45
|
Improve error message for case with incorrect "repositories"
|
2015-01-20 13:44:29 +03:00 |
Jordi Boggiano
|
331bda235c
|
Fix activation of global plugins, fixes #3557
|
2014-12-16 11:12:13 +00:00 |
Jordi Boggiano
|
2b16a73659
|
Load plugins before purging packages, fixes #3557
|
2014-12-15 20:34:23 +00:00 |
Jordi Boggiano
|
d621c51b2c
|
Bullet-proof global composer instantiation
|
2014-12-14 12:36:58 +00:00 |
Jordi Boggiano
|
0627d846a5
|
PluginManager refactoring, fixes #3550
|
2014-12-13 18:54:42 +00:00 |
Jordi Boggiano
|
1622b9a390
|
Fix tests
|
2014-12-13 16:14:03 +00:00 |
Jordi Boggiano
|
90a29c127f
|
Fix bug when installing
|
2014-12-13 16:10:51 +00:00 |
Jordi Boggiano
|
cf9d5f637b
|
Suppress errors when creating global composer
|
2014-12-13 15:58:42 +00:00 |
Jordi Boggiano
|
dcd2c9c7c6
|
Make sure global plugins are purged as well, fixes #3115
|
2014-12-13 15:49:35 +00:00 |
Jordi Boggiano
|
cc4223e6f9
|
Avoid loading plugins that have had their code wiped from filesystem, fixes #3115, closes #3538
|
2014-12-13 14:54:34 +00:00 |
Jordi Boggiano
|
94926218e8
|
CS fixes
|
2014-10-17 18:57:27 +01:00 |
François Pluchino
|
8b5c00bff0
|
Fix phpdoc
|
2014-07-16 15:17:38 +02:00 |
Jordi Boggiano
|
ac497feaba
|
CS fixes
|
2014-06-10 16:13:12 +02:00 |
Jordi Boggiano
|
15a99f31b3
|
Remove legacy cache handling
|
2014-06-09 13:11:25 +02:00 |
Richard Quadling
|
443858dae7
|
Force all glob results to be realpath'd.
|
2014-06-01 15:12:33 +02:00 |
Jordi Boggiano
|
959cc4d63c
|
Add info about conf file loading to debug output
|
2014-05-31 16:50:33 +02:00 |
Jordi Boggiano
|
90d1b6e08a
|
Rename basic-auth to http-basic, add docs/schema/config support, add local auth file support, add storage to auth.json, add store-auths config option, refs #1862
|
2014-05-27 13:50:47 +02:00 |
Stephan Hochdoerfer
|
1d15910fa6
|
Will read configured http basic auth credentials from users auth.json file and pass the credentials to the configured IOInterface.
|
2014-05-26 13:04:20 +02:00 |
Jordi Boggiano
|
b437c1cc05
|
Support github auth directly in the RemoteFilesystem class
|
2014-04-11 14:29:17 +02:00 |
Jan Brecka
|
b94838169d
|
show warning only instead of throwing exception
|
2014-03-24 14:34:02 +01:00 |
Pavel Puchkin
|
3811fe7d8b
|
Resolves #2521. First and simple attempt to make a gzip downloader
|
2014-02-26 22:50:00 +11:00 |
Nils Adermann
|
5ed18d9aa2
|
Fail over from source to dist and vice versa when downloads fail
Any RuntimeException descendent will be caught and cause another
download attempt using either source or dist depending on what was
attempted first.
|
2014-02-24 18:40:33 +01:00 |
Pascal Borreli
|
2f4df9d459
|
Fixed typos
|
2013-12-27 11:51:01 +00:00 |
Jérémy JOURDIN
|
fbadc19bf6
|
Add preFileDownload event on package.json fetch
|
2013-11-19 17:45:28 +01:00 |
Christian Schiffler
|
fc4cc79a52
|
Fix cache directory upgrading - do not try to remove the destination directory.
|
2013-11-07 23:33:38 +01:00 |
Jordi Boggiano
|
ce8b475f4c
|
Minor tweaks to perforce support, refs #2329
|
2013-10-16 10:53:57 +02:00 |
Jordi Boggiano
|
11a0d16ccc
|
CS fixes
|
2013-10-11 20:12:45 -03:00 |
Jordi Boggiano
|
9a806658d6
|
Merge remote-tracking branch 'vuhl/master'
Conflicts:
src/Composer/Factory.php
|
2013-10-11 20:06:34 -03:00 |
Nicolas Bastien
|
52711d121c
|
Remove unused use statement.
|
2013-10-07 17:11:57 +02:00 |
Jordi Boggiano
|
cb79b55434
|
Merge pull request #2263 from drrcknlsn/rar
RAR archive downloader
|
2013-09-15 01:50:26 -07:00 |
Derrick Nelson
|
2ba8042986
|
Added package type rar.
|
2013-09-14 13:12:59 -04:00 |