Rob
b07b4c3428
Merge pull request #6379 from robertpustulka/patch-1
...
Fix callable typehint
2017-04-28 11:25:51 +02:00
Steve Müller
1d29fa04b1
forward GitLab driver options to remote filesystem
2017-04-26 16:59:50 +02:00
Robert Pustułka
688c1b057b
Fix callable typehint
...
Change `callback` typehint to `callable` in order to satisfy phpstan.
2017-04-26 12:53:19 +02:00
CupOfTea696
14adc03225
Auto-skip interactive require when set by option
2017-04-25 13:53:06 +01:00
Rob Bast
e2eb8f2201
support for gitlab subgroups, closes #6349
2017-04-24 10:51:47 +02:00
Stephen
6c4800b8d2
Update corresponding test for plugin moving
2017-04-22 16:43:07 -04:00
Stephen
da6efc9b02
Move all plugins and their dependencies to the front
2017-04-22 15:20:50 -04:00
Jordi Boggiano
e3a23c0047
Merge branch '1.4'
2017-04-20 13:43:12 +02:00
Jordi Boggiano
75416c69b4
Merge pull request #6340 from derrabus/remove-control-chars-from-suggest
...
Remove ANSI control characters from suggested packages output
2017-04-19 17:49:46 +02:00
Alexander M. Turek
20050dd984
Remove console formatting as well.
2017-04-19 17:24:47 +02:00
Jordi Boggiano
bf82bfdb10
More debug output, refs #6342
2017-04-19 13:37:41 +02:00
Jordi Boggiano
3c1e7a67cf
Merge branch '1.4'
2017-04-19 13:37:25 +02:00
Jordi Boggiano
9b3c9e0c26
Fix tests
2017-04-19 13:34:57 +02:00
Jordi Boggiano
123e8956c7
Merge pull request #6337 from theotonge/bugfix-5989
...
Fix for https://github.com/composer/composer/issues/5989
2017-04-19 13:34:43 +02:00
Jordi Boggiano
1fe5064560
Better debuggability of content-length mismatch
2017-04-19 13:24:07 +02:00
Jordi Boggiano
8491a21d41
Merge branch '1.4'
2017-04-14 00:28:24 +02:00
Jordi Boggiano
4d16d6b28b
Oops2
2017-04-14 00:28:20 +02:00
Jordi Boggiano
b3b081234a
Merge branch '1.4'
2017-04-14 00:25:18 +02:00
Jordi Boggiano
b6778cd7f6
Oops
2017-04-14 00:25:14 +02:00
Jordi Boggiano
a2e22f7a84
Merge branch '1.4'
2017-04-14 00:16:34 +02:00
Jordi Boggiano
890baa2f89
Force remove command to have at least one package name passed, refs #6338
2017-04-14 00:16:18 +02:00
Jordi Boggiano
be38f7e65d
Ignore headless mercurial branches in bitbucket API, fixes composer/packagist#778
2017-04-14 00:08:27 +02:00
Jordi Boggiano
8b0e615232
Assume at least 80char wide terminal, fixes #6351
2017-04-13 23:23:28 +02:00
Jordi Boggiano
83798d8090
Avoid mixing stderr and stdout in outdated command as it mangles output
2017-04-13 23:15:01 +02:00
Alexander M. Turek
401ef69ae3
Remove ANSI control characters from suggested packages output.
2017-04-11 15:20:40 +02:00
Theo Tonge
c077df0d80
Fix for https://github.com/composer/composer/issues/5989
...
Enforce yes/no answers for Confirmation Questions
2017-04-10 21:33:30 +01:00
Jordi Boggiano
2c03dab4c3
Merge branch '1.4'
2017-04-10 18:47:30 +02:00
Jordi Boggiano
be201924cd
Revert "Changes the query string parameter `sha` to `ref` to reflect the GitLab API"
...
Fixes #6344 , refs #6198
This reverts commit 8a496cd2a7
.
2017-04-10 18:46:38 +02:00
Jordi Boggiano
a6fa6ca64e
Merge pull request #6329 from issei-m/align-verb-form
...
Aligns the verb form of commands' description
2017-04-06 09:14:25 +02:00
Issei.M
0856dfa084
Aligns the verb form of commands' description
2017-04-06 13:50:24 +09:00
Jordi Boggiano
b9309ae5a1
Merge pull request #6326 from javiereguiluz/doc_schema_name
...
[Doc] Explained a bit more about the possible contents of the "name" property
2017-04-05 19:56:42 +02:00
Javier Eguiluz
4a3d57b166
Typo
2017-04-05 11:31:41 +02:00
Javier Eguiluz
5f6d42a0b0
Package names are case insensitive
2017-04-05 10:04:19 +02:00
Javier Eguiluz
5f09df6070
[Doc] Explained a bit more about the possible contents of the "name" property
2017-04-05 09:15:06 +02:00
Jordi Boggiano
3642fe63b2
Merge pull request #6320 from greydnls/make-use-of-variabe
...
Cleanup: make use of variable
2017-04-04 10:03:46 +02:00
Graham Daniels
a9c0134378
make use of variable
2017-04-03 18:12:29 -04:00
Jordi Boggiano
86c887b5e4
Merge pull request #6312 from IchHabRecht/fix-git-branch-parser
...
Fix Git branch parsing for detached HEAD on a commit
2017-04-03 12:07:13 +02:00
Nicole Cordes
d834fcfac5
Change commitHash to match real life examples
2017-04-03 12:00:31 +01:00
Nicole Cordes
c0f5a64e81
Use long array sysntax for PHP 5.3 compatibility
2017-03-31 17:09:04 +02:00
Nicole Cordes
c2fe198ebc
Re-add unit test for FETCH_HEAD parsing
2017-03-31 15:37:39 +02:00
Nicole Cordes
313e6b914d
Fix Git branch parsing for detached HEAD on a commit
...
Current versions of Git output the commit hash as detached HEAD instead
of FETCH_HEAD. The VersionGuesser should be able to handle commit hashes
as well as FETCH_HEAD to detect the correct branch of a commit.
2017-03-31 15:02:50 +02:00
Jordi Boggiano
a5aa33d1a2
Merge pull request #6283 from fbourigault/update-cli-documentation
...
update cli documentation
2017-03-30 09:33:35 +02:00
Jordi Boggiano
61511cfed6
Fix CS issues, refs #6159
2017-03-30 09:29:48 +02:00
Jordi Boggiano
0a337e7c75
Merge remote-tracking branch 'gza/fix_unzip_on_win_php56'
2017-03-30 09:15:26 +02:00
Fabien Bourigault
df85bc3ac3
update cli documentation
2017-03-27 16:52:50 +02:00
Jordi Boggiano
0d5ff633b5
Merge branch '1.4'
2017-03-26 14:03:37 +02:00
Jordi Boggiano
72616a9635
Only check for safe mode on versions that have it, refs #6300
2017-03-26 14:03:27 +02:00
Jordi Boggiano
a1e12fa4d8
Merge pull request #6298 from RyDroid/license-trim
...
Add a specific message for stupid users that put useless spaces in license
2017-03-26 13:43:20 +02:00
Jordi Boggiano
0efc66d968
Tweak message
2017-03-26 13:43:05 +02:00
Nicola Spanti (RyDroid)
5cd080dfac
Add a specific message for stupid users that put useless spaces in license
2017-03-25 21:48:24 +01:00