8592 Commits (5987114f6ce0c26e4adb825c7156bf7367464f4e)
 

Author SHA1 Message Date
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
Kevin Boyd 5d615a16d1 Add documentation for Composer\\Config::disableProcessTimeout 5 years ago
Stephan Vock e37ffb2a44 Fix: Bitbucket getChangeDate throws exception for branches containing a slash 5 years ago
Gregor Hyneck 4e14ac7640 Add documentation how to run plugins manually 5 years ago
ShiraNai7 a2b647a99e Handle absolute phar:// paths in autoload_static.php 5 years ago
Marc Würth dd40d74bf6 Exclude more files from being exported 5 years ago
Dane Powell 188e2b0044
Merge branch 'master' into issue-8065-2 5 years ago
Dane Powell 3501423eab
Undo previous change. 5 years ago
Dane Powell d4150cafc4
Move sortPackages to static helper class. 5 years ago
Dane Powell 266a41e046
Refactor sortPackageMap to depend on separate sortPackage function. 5 years ago
Jordi Boggiano 3785255e09
Merge branch '1.8' 5 years ago
Jordi Boggiano de0251953d
Update composer deps 5 years ago
Jordi Boggiano 974a3305ae
Update changelog 5 years ago
Marc Würth d2ab4f66fd
Extract job packageName & constraint to variables 5 years ago
Jordi Boggiano 2b421a94cb
Merge branch '1.8' 5 years ago
Elan Ruusamäe 12e683e2ee
ext-imagick: support version string from ImageMagick 6.x 5 years ago
Jordi Boggiano 17810b2621
Revert composer.json changes if update process throws, fixes #8062 5 years ago
Jordi Boggiano 8ac401bbd8
Merge pull request #8088 from beryllium/disable-process-timeout-helper
Add a helper to disable process timeouts
5 years ago
Kevin Boyd 5633a68689 Add a helper to disable process timeouts
The helper can be included in custom script definitions by calling
"Composer\\Config::disableProcessTimeout".

Example:

{
  "scripts": {
    "watch": [
      "Composer\\Config::disableProcessTimeout",
      "vendor/bin/long-running-script --watch"
    ]
  }
}
5 years ago
Dane Powell a908e22a91
Fixed code style issues. 5 years ago
Dane Powell 3e6300b5e8
code style fix. 5 years ago
Dane Powell 043b33ed38
Fixes #8065: Sort plugins deterministically before loading. 5 years ago
Jordi Boggiano 9dc49a30de
Merge pull request #8082 from alcohol/fix-8080
Fix #8080 Support for PHP7.3 flexible heredoc/nowdoc syntax
5 years ago
Jordi Boggiano 717c21b78a
Merge remote-tracking branch 'PReimers/issue-8004' 5 years ago
Rob Bast 4ea8e48bf8 leading whitespace is optional, but newline is not 5 years ago
Rob Bast 25e3f6d4b9 expand regex and testcases 5 years ago
Rob Bast 971528916b fix regex for heredoc/nowdoc
* take into account relaxed changes introduced in php 7.3
  * see: 4887357269
* allow " as well as ', which was introduced in php 5.3

closes #8080
5 years ago
Jim Birch 88852fbf1a Updates typo: nother-feature to another-feature 5 years ago
Jordi Boggiano a186620210
Merge branch '1.8' 5 years ago
Jordi Boggiano 625bcee63a
Fix handling of warnings to incl all 4xx responses 5 years ago
Nils Adermann 3cbcfe663e
Merge pull request #8051 from ravage84/unused-rule
Remove unused local variable
5 years ago
Marc Würth fb8b06edef Remove unused local variable 5 years ago
Jordi Boggiano 4441be1a05
Update deps 5 years ago
Jordi Boggiano f5e1a36f57
Merge pull request #8042 from Novicaine/patch-1
Fix for UNC Windows paths
5 years ago
Jordi Boggiano 8944627245
Fix syntax and backslash escaping 5 years ago
Jordi Boggiano 2e0946744d
Merge pull request #8030 from mikeshatch/patch-3
Corrected a typo and two grammar errors.
5 years ago