johnstevenson
9d79c69199
Update xdebug-handler to 1.3.3
2019-06-04 09:21:38 +02:00
Rob Bast
bd6b758a1b
fixes #8159
...
expand interface and add missing methods to aliaspackage
2019-05-29 08:48:51 +02:00
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
2019-05-19 21:10:15 +02:00
Rob Bast
d63bf33848
flag should come before script name
2019-05-14 10:30:18 +02:00
Rob Bast
7f34189f91
use full command name, not abbreviated/alias
2019-05-14 10:30:18 +02:00
Rob Bast
1976da9ee9
modify text
2019-05-14 10:30:18 +02:00
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.
2019-05-14 10:30:18 +02:00
pfofi
e7f02be9ff
Anchor pattern
2019-05-11 16:27:39 +02:00
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
2019-05-10 13:55:31 +02:00
Sam L
8288d2c456
Display branches and tags if verbose is specified
2019-05-09 08:38:34 +02:00
Jordi Boggiano
de8368af45
Merge pull request #8134 from alcohol/fix-8131
...
Fix 8131
2019-05-08 15:58:52 +02:00
Rob Bast
080b0f27e9
add missing testcase
2019-05-08 15:58:02 +02:00
Rob Bast
51753bc08c
fixes #8131
2019-05-08 15:02:59 +02:00
Kevin Boyd
5d615a16d1
Add documentation for Composer\\Config::disableProcessTimeout
2019-05-02 13:50:25 +02:00
Stephan Vock
e37ffb2a44
Fix: Bitbucket getChangeDate throws exception for branches containing a slash
2019-04-30 21:39:30 +02:00
Gregor Hyneck
4e14ac7640
Add documentation how to run plugins manually
2019-04-30 13:46:17 +02:00
ShiraNai7
a2b647a99e
Handle absolute phar:// paths in autoload_static.php
2019-04-11 20:23:31 +02:00
Marc Würth
dd40d74bf6
Exclude more files from being exported
2019-04-10 13:11:57 +02:00
Dane Powell
188e2b0044
Merge branch 'master' into issue-8065-2
2019-04-09 11:15:33 -07:00
Dane Powell
3501423eab
Undo previous change.
2019-04-09 11:15:19 -07:00
Dane Powell
d4150cafc4
Move sortPackages to static helper class.
2019-04-09 10:59:02 -07:00
Dane Powell
266a41e046
Refactor sortPackageMap to depend on separate sortPackage function.
2019-04-09 10:58:47 -07:00
Jordi Boggiano
3785255e09
Merge branch '1.8'
2019-04-09 17:47:21 +02:00
Jordi Boggiano
de0251953d
Update composer deps
2019-04-09 17:46:33 +02:00
Jordi Boggiano
974a3305ae
Update changelog
2019-04-09 17:41:09 +02:00
Marc Würth
d2ab4f66fd
Extract job packageName & constraint to variables
2019-04-09 13:06:33 +02:00
Jordi Boggiano
2b421a94cb
Merge branch '1.8'
2019-04-09 13:05:02 +02:00
Elan Ruusamäe
12e683e2ee
ext-imagick: support version string from ImageMagick 6.x
2019-04-09 12:49:25 +02:00
Jordi Boggiano
17810b2621
Revert composer.json changes if update process throws, fixes #8062
2019-04-09 12:47:24 +02:00
Jordi Boggiano
8ac401bbd8
Merge pull request #8088 from beryllium/disable-process-timeout-helper
...
Add a helper to disable process timeouts
2019-04-09 10:38:06 +02:00
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"
]
}
}
2019-04-08 22:44:08 -07:00
Dane Powell
a908e22a91
Fixed code style issues.
2019-04-06 08:53:32 -07:00
Dane Powell
3e6300b5e8
code style fix.
2019-04-06 08:49:45 -07:00
Dane Powell
043b33ed38
Fixes #8065 : Sort plugins deterministically before loading.
2019-04-06 08:44:23 -07:00
Jordi Boggiano
9dc49a30de
Merge pull request #8082 from alcohol/fix-8080
...
Fix #8080 Support for PHP7.3 flexible heredoc/nowdoc syntax
2019-04-05 16:23:31 +02:00
Jordi Boggiano
717c21b78a
Merge remote-tracking branch 'PReimers/issue-8004'
2019-04-05 16:03:26 +02:00
Rob Bast
4ea8e48bf8
leading whitespace is optional, but newline is not
2019-04-04 08:45:08 +02:00
Rob Bast
25e3f6d4b9
expand regex and testcases
2019-04-04 08:31:26 +02:00
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
2019-04-03 10:46:35 +02:00
Jim Birch
88852fbf1a
Updates typo: nother-feature to another-feature
2019-04-02 11:15:23 +02:00
Jordi Boggiano
a186620210
Merge branch '1.8'
2019-04-01 18:01:19 +02:00
Jordi Boggiano
625bcee63a
Fix handling of warnings to incl all 4xx responses
2019-04-01 18:01:09 +02:00
Nils Adermann
3cbcfe663e
Merge pull request #8051 from ravage84/unused-rule
...
Remove unused local variable
2019-03-27 15:54:08 +01:00
Marc Würth
fb8b06edef
Remove unused local variable
2019-03-21 19:44:49 +01:00
Jordi Boggiano
4441be1a05
Update deps
2019-03-19 18:31:12 +01:00
Jordi Boggiano
f5e1a36f57
Merge pull request #8042 from Novicaine/patch-1
...
Fix for UNC Windows paths
2019-03-19 11:34:39 +01:00
Jordi Boggiano
8944627245
Fix syntax and backslash escaping
2019-03-19 11:34:23 +01:00
Jordi Boggiano
2e0946744d
Merge pull request #8030 from mikeshatch/patch-3
...
Corrected a typo and two grammar errors.
2019-03-19 11:31:43 +01:00
Jordi Boggiano
392f75f726
Merge pull request #8045 from xuanquynh/correct_description_grammar
...
Correct description grammar
2019-03-19 11:27:33 +01:00
Jordi Boggiano
5177293e21
Merge pull request #8032 from kitingChris/feature/cacheClearWithEmpty
...
using emptyDirectory instead of remove for clearing the cache
2019-03-19 10:14:05 +01:00