1
0
Fork 0
Commit Graph

4669 Commits (d515577560be74add00e068957bca76694b5af98)

Author SHA1 Message Date
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
Jordi Boggiano 449f8165ef Allow $HOME and ~ usage in all *-dir config values, fixes #3060 2014-06-29 14:47:43 +02:00
Jordi Boggiano d9fe17443b Allow empty json files to be merged into a config, fixes #3055 2014-06-29 13:11:27 +02:00
Jordi Boggiano f79b34c1df Fix typo 2014-06-29 13:00:57 +02:00
Jordi Boggiano 24ef869815 Remove symlinks instead of recursing into them when deleting, fixes #3050 2014-06-29 12:49:11 +02:00
Jordi Boggiano 8881cec174 Simplify version ranges (hopefully includes hhvm), refs #3049 2014-06-29 12:27:27 +02:00
Jordi Boggiano 1d8b627b57 Merge pull request #3051 from phramz/patch-1
alter command help to explain glob usage
2014-06-28 20:45:20 +02:00
Jordi Boggiano b7402c3b2d Ignore gh-pages branches, fixes #3073 2014-06-28 20:23:22 +02:00
Jordi Boggiano 28c65b5425 Merge pull request #3069 from josegonzalez/patch-1
Add missing tap for homebrew installation
2014-06-22 20:24:28 +02:00
Jose Diaz-Gonzalez 5a4ead4290 Add missing tap for homebrew installation 2014-06-22 14:07:38 -04:00
Jordi Boggiano 3874a11238 Update json test 2014-06-22 11:01:05 +02:00
Jordi Boggiano dcea95feba Update brew instructions, closes #2919 2014-06-22 10:52:33 +02:00
Josef Martinec 24f0f32543 Skip external symlinks when creating PHAR archive 2014-06-19 17:06:31 +02:00
Maximilian Reichel 845ebdcfd4 alter command help to explain glob usage
hey there! using globs for whitelisting packages is (imo) a very useful feature worth being explained to the user ;)
2014-06-12 13:55:56 +02:00
Jordi Boggiano ac497feaba CS fixes 2014-06-10 16:13:12 +02:00
Jordi Boggiano d036b2390e Load root aliases for providers by package name and not by provider name, fixes #3043 2014-06-09 19:36:06 +02:00
Jordi Boggiano d97e00643f Fix typo 2014-06-09 13:17:23 +02:00
Jordi Boggiano e890d1bc59 Remove use of glob, fixes #3042 2014-06-09 13:12:42 +02:00
Jordi Boggiano 15a99f31b3 Remove legacy cache handling 2014-06-09 13:11:25 +02:00
Jordi Boggiano 8035dbd714 Add full timezone date example, fixes #3038 2014-06-07 17:04:06 +02:00
Jordi Boggiano fc57c97f9f Merge pull request #2994 from MacDada/JsonConfigSourceFuncMadePrivate
JsonConfigSource: arrayUnshiftRef(): visibility and naming
2014-06-05 16:10:53 +02:00
Jordi Boggiano 5915747a0a Merge pull request #3010 from dmoreaulf/patch-1
adding doc entry for composer/satis's PR 118
2014-06-05 15:58:23 +02:00
Jordi Boggiano 9f0b9f3544 Merge pull request #2978 from jyggen/patch-1
Updated Satis install command in docs.
2014-06-05 12:41:13 +02:00
Jordi Boggiano 08e34858d6 Fix code to use hostname only, refs #3026 2014-06-05 11:14:29 +02:00
Jordi Boggiano 89ec322929 Merge remote-tracking branch 'benja-M-1/feature/svn-auth-from-auth-json' 2014-06-05 11:08:19 +02:00
Jordi Boggiano c0f9a00125 Merge remote-tracking branch 'jakoch/patch-6' 2014-06-05 10:57:43 +02:00
Jordi Boggiano 58d01b2c6e Merge pull request #2988 from tristanlins/feature/composer-repository-find-packages
ComposerRepository::findPackage[s]
2014-06-05 10:55:27 +02:00
Jordi Boggiano 44e25be06d Use inline html to work around parsedown bug, fixes composer/getcomposer.org#68 2014-06-05 09:42:52 +02:00
Jordi Boggiano 71397f82e4 Remove forced dir removal before install, fixes #3035 2014-06-04 14:20:36 +02:00
David Neilsen 7fe3426991 Clean up unused 'use' statements 2014-06-04 21:28:41 +12:00
David Neilsen 075c85dd48 Fix typo in src/Composer/Command/ClearCacheCommand.php 2014-06-04 21:25:43 +12:00
David Neilsen 421c9453a4 Add clear cache command. 2014-06-04 19:32:28 +12:00