8100 Commits (81516098e5ac4fe4fb6a948ec5c6477011fda232)
 

Author SHA1 Message Date
Jordi Boggiano a652039cc2
Merge pull request #7157 from xabbuh/patch-1
document the COMPOSER_MEMORY_LIMIT env var
6 years ago
Thomas Flori 05c9542db8
add readme to support fields in the schema docs 6 years ago
johnstevenson 30e9ede1e3 Update to 1.1.0 release 6 years ago
Nils Adermann c2ed944896
Merge pull request #7233 from moviuro/patch-1
how-to-install-composer-programmatically.md: quotes are seatbelts
6 years ago
Moviuro 75be28d4a3
how-to-install-composer-programmatically.md: quotes are seatbelts 6 years ago
闫兴茂 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
Hector Prats 90ac5e0749 improving doc 6 years ago
Hector Prats 2413b55c60 LocalChanges for ArchiveFiles 6 years ago
johnstevenson f8dc77db18 Fix bc 6 years ago
Andreas Möller 6f06b45398
Fix: Keep rules sorted 6 years ago
johnstevenson ed97c2116c Use external XdebugHandler library 6 years ago
Andreas Möller b85c6a1ca5
Fix: Add type field to schema for inline-package 6 years ago
Christophe Coevoet ce521e5697 Take only displayed packages into account to determine column width
The ShowCommand was taking all packages into account when determining the
max lengths used to display the width of each column. This was causing
unnecessary hiding of columns in case of using a longer name or a longer
version in a different package.
This was especially visible when using the outdated command, as it applies
filtering by default.
6 years ago
Jordi Boggiano 4d8b9be5b6 Skip parsing equal branches/tags to avoid failures in packagist down the line 6 years ago
Christian Flothmann 47ce495454
document the COMPOSER_MEMORY_LIMIT env var
as implemented in 882b82d542
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
Pierre-Yves Lebecq efc744de76 Add abandoned property in composer schema documentation 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
austris argalis 8a5645ffda Wording: Downgrading instead of Updating #7085 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
Nicolas Grekas 3b391191b9 Fix RemoteFilesystem::getRemoteContents() on-failure behavior 6 years ago
Jordi Boggiano 916b488c61
Merge pull request #7065 from katzien/master
Correct a tiny typo
6 years ago
Kat a34f88cb01
Change `dependencies` to `binaries` 6 years ago
Jordi Boggiano 9a3c0f7eda Tweak platform config docs, fixes #7067 6 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