7884 Commits (491ae0634a680fb6fb655d9860d25d5bed2d9079)
 

Author SHA1 Message Date
闫兴茂 491ae0634a Fix bug for scripts for config command 6 years ago
Jordi Boggiano c2fbbe3b86 Restore $INI var 6 years ago
Jordi Boggiano 3536c2970a Try adding a high deps build, fixes #7124 6 years ago
Jordi Boggiano 9a5c2da4de
Merge pull request #7122 from davidyell/patch-1
Added space to concatenation
6 years ago
Jordi Boggiano 6bb1eaa6a8
Merge pull request #7212 from theofidry/bugfix/fix-null-io
Allow Composer to be used without running the application
6 years ago
Jordi Boggiano d694687b86
Merge pull request #7128 from rogeriopradoj/patch-1
Add option "no-secure-http" for create-project
6 years ago
Jordi Boggiano 54a73faa31
Merge pull request #7206 from svenluijten/dont-use-just
Avoid using 'just' in documentation
6 years ago
Théo FIDRY b7ab081519
Allow Composer to be used without running the application
For [Humbug
Box](https://github.com/humbug/box/blob/master/src/Composer/ComposerOrchestrator.php#L30) we are
using Composer to dump the autoload. To do so I'm using the `Composer` class from the application:

```php
$composer = (new ComposerApplication())->getComposer();
```

If you do so however this is going to fail because `Application#io` is null instead of being a
`IOInterface` instance. Indeed it is initialised only when the application is run. So one solution
is to initialised it with a dummy IO and the right IO object will be set when the application is run
as usual.
6 years ago
Sven Luijten 8f65518ed3 Avoid using 'just' in documentation 6 years ago
Jordi Boggiano 4d8b9be5b6 Skip parsing equal branches/tags to avoid failures in packagist down the line 6 years ago
Jordi Boggiano 1dc78c1ad9 Merge branch '1.6' 6 years ago
Jordi Boggiano 72476b62d4 Check for license validity only on newly updated branches, refs composer/packagist#866, refs composer/packagist#883 6 years ago
Rogerio Prado de Jesus 7676a5e4ec
Add option "no-secure-http" for create-project
Refers to #5121, commit f13e0f975f
6 years ago
David Yell fb40967349
Added space to concatenation
Fix a missed space for string concatenation
6 years ago
Jordi Boggiano ef46a8afa4 Merge branch '1.6' 6 years ago
Patrick Rose b90987fdeb Fix permissions when using the PearBinaryInstaller
The PearBinaryInstaller is old and not used by many people, so the
world writable permissions weren't caught
6 years ago
Jordi Boggiano 3c09c0ab2a
Merge pull request #7079 from carusogabriel/misspelling
Fix misspelling
6 years ago
Jordi Boggiano 08f769220a Merge branch '1.6' 6 years ago
Jordi Boggiano f857da7c29 Remove deprecated license check from ValidatingArrayLoader, fixes #7026, fixes #7073 6 years ago
Jordi Boggiano 0fc6fb56a0 Fix validation of license field 6 years ago
Gabriel Caruso f722f952e7 Fix misspelling
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
6 years ago
Jordi Boggiano 916b488c61
Merge pull request #7065 from katzien/master
Correct a tiny typo
7 years ago
Kat a34f88cb01
Change `dependencies` to `binaries` 7 years ago
Jordi Boggiano 9a3c0f7eda Tweak platform config docs, fixes #7067 7 years ago
Jordi Boggiano 9f34ee9892 Merge branch '1.6' 7 years ago
Jordi Boggiano 1f3c52d3af Doc tweak 7 years ago
Jordi Boggiano 056ac0258d Update changelog 7 years ago
Jordi Boggiano a61a8d78b1 Fix warning for packages not existing while they exist but not at the required stability, fixes #7044 7 years ago
Kat cd27cb1a95
Correct a tiny typo
`project b's` should be `project a's` in the example given
7 years ago
Jordi Boggiano 9b3ab4896d Update SPDX licenses to 1.3.0, fixes #7039 7 years ago
Jordi Boggiano 71896b0777 Fix self-update regression, fixes #7045 7 years ago
Jordi Boggiano f31e2552be Merge branch '1.6' 7 years ago
Jordi Boggiano a29ad2bfd6 Add some more debugging info 7 years ago
Jordi Boggiano 1933532ec5 Fix github authentication request, fixes #5767 7 years ago
Jordi Boggiano ccbbbccadb CAvoid calling PRE_COMMAND_RUN if no composer could be initialized 7 years ago
Jordi Boggiano 352aefe48c Add command name to the PreCommandRun event 7 years ago
Jordi Boggiano b1bfb9bb65 Add PRE_COMMAND_RUN event, fixes #7002 7 years ago
Jordi Boggiano 5f97eb1578 Merge branch '1.6' 7 years ago
Markus Staab e67a559db9 make sure "svn info" output is parsed in a x-platform way 7 years ago
Markus Staab 9bc83d698e Pass auth credentials to svn log while retrieving commit logs 7 years ago
Jordi Boggiano 2224989430
Merge pull request #7036 from kalessil/master
[minor] SCA: reduced repetitive method calls
7 years ago
Jordi Boggiano 0161a63a0a
Merge pull request #6956 from wsandin/master
Fix for issue 6602 - warning when running composer as another user
7 years ago
Jordi Boggiano 49068c579e
Fix indenting 7 years ago
Vladimir Reznichenko db0cae0477 SCA: revert assertions tweaks 7 years ago
Jordi Boggiano 16dcb04e1d Merge branch '1.6' 7 years ago
Jordi Boggiano a1bf6890d5 Fix ConsoleIO tests 7 years ago
Jordi Boggiano dae3c5bc2d Merge branch '1.6' 7 years ago
Vladimir Reznichenko da9e00066c SCA: reduced repetitive methods references, used specialized PhpUnit assertions 7 years ago
Jordi Boggiano a567501e58 Fix ConsoleIO::select regression in which 1.5.3-1.6.2 returned the selected values instead of index keys, fixes #7000 7 years ago
Narration SD fd61a21bff Fix detection of junction points, fixes #7025 7 years ago