hakre
|
ed507dec9f
|
added test unlinking directory
#3157
|
2014-07-28 23:36:04 +02:00 |
Jordi Boggiano
|
4ecdbf89c4
|
Merge pull request #3170 from markuspoerschke/feature/fix-composer-lock
Fixed composer.lock hash
|
2014-07-28 22:12:27 +02:00 |
Markus Poerschke
|
f8c6b3c71b
|
Fixed composer.lock hash
|
2014-07-28 22:08:21 +02:00 |
Jordi Boggiano
|
ff844b3e14
|
Load scripts without preloading a composer instance to avoid side-effects, fixes #3155
|
2014-07-28 12:59:19 +02:00 |
Amy Boyd
|
126495e3c8
|
Update troubeshooting.md to suggest clearing Composer's cache.
|
2014-07-27 20:32:16 +01:00 |
Jordi Boggiano
|
6f80b26c32
|
Add comment
|
2014-07-25 14:39:05 +02:00 |
xelan
|
bddba72e13
|
Option to disable inclusion of hostname in OAuth app name
|
2014-07-25 12:37:11 +02:00 |
Jordi Boggiano
|
4ebc5c9a08
|
Add auth helper and reuse it in git downloader
|
2014-07-24 16:01:42 +02:00 |
François Pluchino
|
3dc83277a3
|
Fix phpdoc
|
2014-07-23 20:19:29 +02:00 |
Jordi Boggiano
|
0ce0cf42e8
|
Merge remote-tracking branch 'francoispluchino/fix-phpdoc'
Conflicts:
src/Composer/EventDispatcher/EventDispatcher.php
|
2014-07-23 19:19:39 +02:00 |
Jordi Boggiano
|
904f2830e7
|
Archive manager tweaks to reduce file path lengths, fixes #2808
|
2014-07-23 19:03:55 +02:00 |
Jordi Boggiano
|
1110074d5f
|
Clean up properly after creating the vendor dir
|
2014-07-23 19:02:01 +02:00 |
Jordi Boggiano
|
4f5d979bee
|
ArchiveCommand improvements
|
2014-07-23 19:01:22 +02:00 |
Jordi Boggiano
|
400f35efde
|
Doc tweak
|
2014-07-23 19:00:59 +02:00 |
Jordi Boggiano
|
e5b36827ee
|
Improve scripts docs
|
2014-07-23 16:47:54 +02:00 |
Jordi Boggiano
|
67a016878e
|
Switch working dir before loading composer, fixes #3146
|
2014-07-23 12:20:18 +02:00 |
François Pluchino
|
11b945046f
|
Register plugin only one time when it's present in global and project mode
|
2014-07-21 15:11:38 +02:00 |
Jordi Boggiano
|
cec1627acf
|
Add top level aliases for nonstandard scripts and allow parameter passing, refs #2516
|
2014-07-20 21:55:24 +02:00 |
Jordi Boggiano
|
de559437ea
|
Update deps
|
2014-07-20 19:49:28 +02:00 |
Jordi Boggiano
|
d9d8d09fe1
|
Add support for local binaries in scripts, refs #2516
|
2014-07-20 19:46:51 +02:00 |
Jordi Boggiano
|
33cedda708
|
Merge remote-tracking branch 'MaxGfeller/run-script-enhancement'
|
2014-07-20 19:07:45 +02:00 |
Jordi Boggiano
|
4dfa3c469e
|
Fix class map generator handling of missing files
|
2014-07-20 19:07:31 +02:00 |
Jordi Boggiano
|
b6ef95ecb8
|
Add support for opening multiple packages at once, refs #2445
|
2014-07-20 18:54:16 +02:00 |
Jordi Boggiano
|
fb5d01d635
|
Tweak some page titles
|
2014-07-20 18:47:10 +02:00 |
Jordi Boggiano
|
22afc074a9
|
Add browse command to docs, add a -H flag and tweak fallback mechanism to maximize chances of opening something, refs #2445
|
2014-07-20 18:46:44 +02:00 |
Jordi Boggiano
|
e10bf5a172
|
Merge remote-tracking branch 'digitalkaoz/new_home_command'
Conflicts:
src/Composer/Console/Application.php
|
2014-07-20 17:25:50 +02:00 |
Jordi Boggiano
|
360c236067
|
Merge pull request #3137 from dg/pull-spdx
Update SPDX license identifiers to version 1.19
|
2014-07-20 17:06:45 +02:00 |
David Grudl
|
c03bcf0103
|
Update SPDX license identifiers to version 1.19
|
2014-07-20 16:44:30 +02:00 |
Jordi Boggiano
|
a227523c4f
|
Fix php_strip_whitespace bugginess, fixes #3030
|
2014-07-20 00:07:58 +02:00 |
Jordi Boggiano
|
e3f32a79f3
|
Finalize and bring up to speed the remove command, refs #2479
|
2014-07-19 22:21:46 +02:00 |
Jordi Boggiano
|
70d9cad549
|
Merge remote-tracking branch 'pierredup/remove-command'
Conflicts:
src/Composer/Console/Application.php
|
2014-07-19 21:47:28 +02:00 |
Jordi Boggiano
|
7b4fcd93d3
|
Merge remote-tracking branch 'webfactory/issue-2698'
Conflicts:
src/Composer/Repository/ArtifactRepository.php
|
2014-07-19 21:35:51 +02:00 |
Jordi Boggiano
|
32a9eebcd6
|
Merge pull request #3094 from TomK/patch-1
read and discard zero chars to initialise STDIN
|
2014-07-19 19:48:48 +02:00 |
Jordi Boggiano
|
4bd748b463
|
Fix BC issue from #3101
|
2014-07-19 19:43:59 +02:00 |
Jordi Boggiano
|
4f0d7e4739
|
Merge remote-tracking branch 'dzuelke/prefer-stable-lock'
|
2014-07-19 19:38:00 +02:00 |
Jordi Boggiano
|
799876dd55
|
Allow dashes in class names for HHVM support, fixes #2967
|
2014-07-19 19:19:13 +02:00 |
Jordi Boggiano
|
d5294ef91b
|
Update repo url from github and handle trailing slashes, refs composer/packagist#354 refs composer/packagist#423
|
2014-07-19 18:40:01 +02:00 |
François Pluchino
|
8b5c00bff0
|
Fix phpdoc
|
2014-07-16 15:17:38 +02:00 |
Nils Adermann
|
ea6917c87a
|
Merge pull request #3034 from Petah/clear-cache
Add clear cache command.
|
2014-07-15 18:53:51 +02:00 |
Garth Kerr
|
dc90397d1e
|
Add blank line to output for FileDownloader.
The VcsDownloader outputs a blank line between each dependency:
745dcbce33/src/Composer/Downloader/VcsDownloader.php (L80)
This write makes output consistent.
|
2014-07-12 15:05:06 -04:00 |
Gareth Evans
|
cfc632b019
|
Determine auth URLs more intelligently
|
2014-07-11 12:31:51 +01:00 |
David Zuelke
|
d47d9eb253
|
remember prefer-stable setting in composer.lock
|
2014-07-07 21:20:46 +02:00 |
Tom Kay
|
526a4d7c9e
|
read and discard zero chars to initialise STDIN
Resolves issue in cygwin on windows 8.1 where password field is skipped. See later comments of issue #2831.
|
2014-07-05 13:49:45 +01:00 |
Jordi Boggiano
|
e77435cd0c
|
Skip apc check for hhvm, fixes #3081
|
2014-07-02 17:44:54 +02:00 |
Jordi Boggiano
|
14c6c1d9e0
|
Merge pull request #3088 from michaelcullum/patch-1
Add note about how to put binaries in project root
|
2014-07-02 00:40:06 +02:00 |
Michael C.
|
367654b81f
|
Add note about how to put binaries in project root
|
2014-07-01 20:52:28 +01:00 |
Jordi Boggiano
|
745dcbce33
|
Fix file deletions to always use a delayed retry on windows, fixes #3074
|
2014-06-29 18:49:45 +02:00 |
Jordi Boggiano
|
f53994fcf2
|
Only lines starting with a # should be treated as comments, fixes #3066
|
2014-06-29 16:18:18 +02:00 |
Jordi Boggiano
|
02984abf23
|
Merge pull request #3065 from joker806/phar_symlinks
Skip external symlinks when creating PHAR archive
|
2014-06-29 16:00:03 +02:00 |
Jordi Boggiano
|
b232a31815
|
Fix --no-plugins support in installation manager, fixes #3031
|
2014-06-29 15:57:19 +02:00 |