8778 Commits (f288acb1caffef4e41209b8208ac5797efaba99e)
 

Author SHA1 Message Date
Nils Adermann d2fa1e1319 Merge branch 'master' into 2.0
* master: (48 commits)
  SVN: hide passwords for debug output
  Free $solver asap
  fixes #8179
  [minor] Fixed a typo in the CHANGELOG.md.
  Update deps
  Update changelog
  Revert "Allow overriding self-update target file with envvar COMPOSER_SELF_UPDATE_TARGET" Revert "Add docs for COMPOSER_SELF_UPDATE_TARGET, refs #8151"
  Add docs for COMPOSER_SELF_UPDATE_TARGET, refs #8151
  Fix display of HHVM warning appearing when HHVM is not in use, fixes #8138
  Read classmap-authoritative and apcu-autoloader from project config when installing via create-project, fixes #8155
  Use possessive quantifiers
  Update xdebug-handler to 1.3.3
  fixes #8159
  Allow overriding self-update target file with envvar COMPOSER_SELF_UPDATE_TARGET
  flag should come before script name
  use full command name, not abbreviated/alias
  modify text
  Document the alternatives to disable the default script timeout
  Anchor pattern
  Fix URL resolution for Composer repositories
  ...
5 years ago
Nils Adermann e022c07370 Merge branch '1.8'
* 1.8:
  SVN: hide passwords for debug output
5 years ago
Jordi Boggiano cbbb6c1046
Merge pull request #8197 from glaubinix/f/hide-svn-passwords
SVN: hide passwords for debug output
5 years ago
Jordi Boggiano 32ca426e38
Merge remote-tracking branch 'origin/1.8' 5 years ago
Stephan Vock 8da046e4e9 SVN: hide passwords for debug output 5 years ago
Nils Adermann abbbe78ac9
Merge pull request #8200 from nicolas-grekas/solver-clear
Free $solver asap
5 years ago
Nicolas Grekas 89d5d8f182 Free $solver asap 5 years ago
Rob Bast 7399638e43 fixes #8179 5 years ago
Ken Love b51cfce8e6 return the upper-most event in chain 5 years ago
Ken Love 81a4f74b5b Composer\Script\Event should have access to originating event details 5 years ago
Jordi Boggiano cd15bbd64b
Merge pull request #8182 from hopeseekr-contribs/patch-1
[minor] Fixed a typo in the CHANGELOG.md.
5 years ago
Theodore R. Smith 6c76310810
[minor] Fixed a typo in the CHANGELOG.md. 5 years ago
Jordi Boggiano 76da8d792e
Update deps 5 years ago
Jordi Boggiano 0bde0ff3b3
Merge branch '1.8' 5 years ago
Jordi Boggiano b73120cbbe
Update changelog 5 years ago
Jordi Boggiano 3d88108dea
Merge branch '1.8' 5 years ago
Jordi Boggiano b4e5db1c70
Revert "Allow overriding self-update target file with envvar COMPOSER_SELF_UPDATE_TARGET"
Revert "Add docs for COMPOSER_SELF_UPDATE_TARGET, refs #8151"

This reverts commit e7eecc6901.
This reverts commit faa7c5eea2.
5 years ago
Jordi Boggiano 79a300eaac
Merge branch '1.8' 5 years ago
Jordi Boggiano e7eecc6901
Add docs for COMPOSER_SELF_UPDATE_TARGET, refs #8151 5 years ago
Jordi Boggiano 088fb56c3d
Fix display of HHVM warning appearing when HHVM is not in use, fixes #8138 5 years ago
Jordi Boggiano 9d642fe9af
Merge pull request #8085 from danepowell/issue-8065-2
Fixes #8065: Sort plugins deterministically before loading.
5 years ago
Jordi Boggiano de10fef39c
Merge pull request #8160 from alcohol/fix-8159
fixes #8159
5 years ago
Jordi Boggiano ee506e0848
Merge pull request #8121 from gregorhyneck/run_plugins_manually_documentation
Add documentation how to run plugins manually
5 years ago
Jordi Boggiano 4afd50fec6
Merge pull request #8151 from naderman/self-update-target
Allow overriding self-update target file with env var COMPOSER_SELF_UPDATE_TARGET
5 years ago
Jordi Boggiano 495b8e0a2b
Merge pull request #8102 from nicolas-grekas/from-flex
Let curl handle proxy and cipher list itself
5 years ago
Jordi Boggiano 472348a708
Merge pull request #8136 from pfofi/fix-urlCanon
Fix URL resolution for Composer repositories
5 years ago
Jordi Boggiano fbb964888d
Merge branch '1.8' 5 years ago
Jordi Boggiano 659c72f9c8
Read classmap-authoritative and apcu-autoloader from project config when installing via create-project, fixes #8155 5 years ago
Jordi Boggiano a8609ecf88
Merge pull request #8097 from ShiraNai7/fixStaticAutoloadPharPaths
Handle absolute phar:// paths in autoload_static.php
5 years ago
pfofi 82825ccc74 Use possessive quantifiers 5 years ago
johnstevenson 9d79c69199 Update xdebug-handler to 1.3.3 5 years ago
Rob Bast bd6b758a1b
fixes #8159
expand interface and add missing methods to aliaspackage
5 years ago
Nils Adermann faa7c5eea2 Allow overriding self-update target file with envvar COMPOSER_SELF_UPDATE_TARGET
Useful if Composer is provided on a read-only filesystems, to allow
self-update to work with a different destination
5 years ago
Rob Bast d63bf33848 flag should come before script name 5 years ago
Rob Bast 7f34189f91 use full command name, not abbreviated/alias 5 years ago
Rob Bast 1976da9ee9 modify text 5 years ago
Guilherme Rossato ce8afe1c95 Document the alternatives to disable the default script timeout
Mentioning and giving an example of the usage of the 4 options to disable the default script timeout of 300 seconds:
1. Static helper (already exists and kept).
2. Config key "process-timeout".
3. Environment variable "COMPOSER_PROCESS_TIMEOUT".
4. The "--timeout" parameter.
5 years ago
pfofi e7f02be9ff Anchor pattern 5 years ago
pfofi c751914410 Fix URL resolution for Composer repositories
Composer was unable canonicalize URLs in non-HTTP(S) Composer
repositories. For example it was not possible to use a `providers-url`
in a repository loaded via the `file://` scheme.

See also: #8115
5 years ago
Sam L 8288d2c456 Display branches and tags if verbose is specified 5 years ago
Jordi Boggiano de8368af45
Merge pull request #8134 from alcohol/fix-8131
Fix 8131
5 years ago
Rob Bast 080b0f27e9 add missing testcase 5 years ago
Rob Bast 51753bc08c fixes #8131 5 years ago
Jordi Boggiano b7be4fbfca
Merge pull request #8122 from staabm/patch-1
Fixed 2.0 branch alias
5 years ago
Kevin Boyd 5d615a16d1 Add documentation for Composer\\Config::disableProcessTimeout 5 years ago
Markus Staab c35a3c1c07 update composer.lock 5 years ago
Stephan Vock e37ffb2a44 Fix: Bitbucket getChangeDate throws exception for branches containing a slash 5 years ago
Markus Staab e33560a33f
Fixed 2.0 branch alias 5 years ago
Gregor Hyneck 4e14ac7640 Add documentation how to run plugins manually 5 years ago
Nicolas Grekas 794234946c Let curl handle proxy and cipher list itself 5 years ago