8528 Commits (f753c15664c24d95bb64bd99ddc32cb01d1e32b8)
 

Author SHA1 Message Date
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
Jordi Boggiano 392f75f726
Merge pull request #8045 from xuanquynh/correct_description_grammar
Correct description grammar
5 years ago
Jordi Boggiano 5177293e21
Merge pull request #8032 from kitingChris/feature/cacheClearWithEmpty
using emptyDirectory instead of remove for clearing the cache
5 years ago
Quynh Xuan Nguyen 077bbe3372 Correct description grammar 5 years ago
Novicaine 486b25fd30
Fix for UNC Windows paths
Made isAbsolutePath recognize Windows UNC-style absolute paths starting with \\
5 years ago
Christian Ego 7c64300a1b using emptyDirectory instead of remove for clearing the cache 5 years ago
Mike Hatch 20ff8b22f2
Corrected a typo and two grammar errors. 5 years ago
Patrick Reimers dd1e80a38f
Add tests for wrong package name. 5 years ago
Patrick Reimers 8ae8d131d5
Add deprecation warning for name attribute 5 years ago
Jordi Boggiano 522ea033a3
Merge branch '1.8' 5 years ago
Markus Staab c876613d5c Added "Read more at" links to all commands (#8019) 5 years ago
Jordi Boggiano e3f68016ac
Merge branch '1.8' 5 years ago
Jordi Boggiano d96d046209
Fix require of platform packages with --ignore-platform-reqs, fixes #8012 5 years ago
Andreas Schempp 0e2215dc6c Added full unit test coverage 5 years ago
Andreas Schempp a91fd20673 Return the composer.json content instead of a zip:// path 5 years ago