Thomas Flori
05c9542db8
add readme to support fields in the schema docs
2018-04-12 06:37:16 +02:00
Nils Adermann
c2ed944896
Merge pull request #7233 from moviuro/patch-1
...
how-to-install-composer-programmatically.md: quotes are seatbelts
2018-04-11 10:38:44 +01:00
Moviuro
75be28d4a3
how-to-install-composer-programmatically.md: quotes are seatbelts
2018-04-03 15:02:24 +02:00
Jordi Boggiano
c2fbbe3b86
Restore $INI var
2018-03-29 23:36:46 +02:00
Jordi Boggiano
3536c2970a
Try adding a high deps build, fixes #7124
2018-03-29 23:29:33 +02:00
Jordi Boggiano
9a5c2da4de
Merge pull request #7122 from davidyell/patch-1
...
Added space to concatenation
2018-03-29 23:19:07 +02:00
Jordi Boggiano
6bb1eaa6a8
Merge pull request #7212 from theofidry/bugfix/fix-null-io
...
Allow Composer to be used without running the application
2018-03-29 23:17:10 +02:00
Jordi Boggiano
d694687b86
Merge pull request #7128 from rogeriopradoj/patch-1
...
Add option "no-secure-http" for create-project
2018-03-29 23:11:00 +02:00
Jordi Boggiano
54a73faa31
Merge pull request #7206 from svenluijten/dont-use-just
...
Avoid using 'just' in documentation
2018-03-29 22:27:19 +02:00
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.
2018-03-24 07:32:04 +00:00
Sven Luijten
8f65518ed3
Avoid using 'just' in documentation
2018-03-23 11:37:33 +01:00
Jordi Boggiano
4d8b9be5b6
Skip parsing equal branches/tags to avoid failures in packagist down the line
2018-03-05 23:34:22 +01:00
Jordi Boggiano
1dc78c1ad9
Merge branch '1.6'
2018-03-01 15:49:33 +01:00
Jordi Boggiano
72476b62d4
Check for license validity only on newly updated branches, refs composer/packagist#866 , refs composer/packagist#883
2018-03-01 15:49:25 +01:00
Rogerio Prado de Jesus
7676a5e4ec
Add option "no-secure-http" for create-project
...
Refers to #5121 , commit f13e0f975f
2018-02-21 18:09:43 -03:00
David Yell
fb40967349
Added space to concatenation
...
Fix a missed space for string concatenation
2018-02-19 12:42:19 +00:00
Jordi Boggiano
ef46a8afa4
Merge branch '1.6'
2018-02-11 11:02:41 +01:00
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
2018-02-11 11:02:27 +01:00
Jordi Boggiano
3c09c0ab2a
Merge pull request #7079 from carusogabriel/misspelling
...
Fix misspelling
2018-02-08 20:46:07 +01:00
Jordi Boggiano
08f769220a
Merge branch '1.6'
2018-02-05 10:36:03 +01:00
Jordi Boggiano
f857da7c29
Remove deprecated license check from ValidatingArrayLoader, fixes #7026 , fixes #7073
2018-02-05 10:34:41 +01:00
Jordi Boggiano
0fc6fb56a0
Fix validation of license field
2018-02-05 10:17:52 +01:00
Gabriel Caruso
f722f952e7
Fix misspelling
...
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
2018-02-04 22:41:28 -02:00
Jordi Boggiano
916b488c61
Merge pull request #7065 from katzien/master
...
Correct a tiny typo
2018-02-01 15:49:18 +01:00
Kat
a34f88cb01
Change `dependencies` to `binaries`
2018-02-01 14:43:38 +00:00
Jordi Boggiano
9a3c0f7eda
Tweak platform config docs, fixes #7067
2018-02-01 11:03:56 +01:00
Jordi Boggiano
9f34ee9892
Merge branch '1.6'
2018-01-31 16:23:09 +01:00
Jordi Boggiano
1f3c52d3af
Doc tweak
2018-01-31 16:23:01 +01:00
Jordi Boggiano
056ac0258d
Update changelog
2018-01-31 16:22:54 +01:00
Jordi Boggiano
a61a8d78b1
Fix warning for packages not existing while they exist but not at the required stability, fixes #7044
2018-01-31 16:11:37 +01:00
Kat
cd27cb1a95
Correct a tiny typo
...
`project b's` should be `project a's` in the example given
2018-01-31 14:38:48 +00:00
Jordi Boggiano
9b3ab4896d
Update SPDX licenses to 1.3.0, fixes #7039
2018-01-31 14:20:29 +01:00
Jordi Boggiano
71896b0777
Fix self-update regression, fixes #7045
2018-01-31 14:06:54 +01:00
Jordi Boggiano
f31e2552be
Merge branch '1.6'
2018-01-24 16:19:39 +01:00
Jordi Boggiano
a29ad2bfd6
Add some more debugging info
2018-01-24 16:19:28 +01:00
Jordi Boggiano
1933532ec5
Fix github authentication request, fixes #5767
2018-01-24 16:07:02 +01:00
Jordi Boggiano
ccbbbccadb
CAvoid calling PRE_COMMAND_RUN if no composer could be initialized
2018-01-24 15:36:00 +01:00
Jordi Boggiano
352aefe48c
Add command name to the PreCommandRun event
2018-01-24 15:27:36 +01:00
Jordi Boggiano
b1bfb9bb65
Add PRE_COMMAND_RUN event, fixes #7002
2018-01-24 15:21:55 +01:00
Jordi Boggiano
5f97eb1578
Merge branch '1.6'
2018-01-24 14:14:38 +01:00
Markus Staab
e67a559db9
make sure "svn info" output is parsed in a x-platform way
2018-01-24 14:14:17 +01:00
Markus Staab
9bc83d698e
Pass auth credentials to svn log while retrieving commit logs
2018-01-24 14:14:08 +01:00
Jordi Boggiano
2224989430
Merge pull request #7036 from kalessil/master
...
[minor] SCA: reduced repetitive method calls
2018-01-24 11:27:16 +01:00
Jordi Boggiano
0161a63a0a
Merge pull request #6956 from wsandin/master
...
Fix for issue 6602 - warning when running composer as another user
2018-01-24 11:15:17 +01:00
Jordi Boggiano
49068c579e
Fix indenting
2018-01-24 11:14:40 +01:00
Vladimir Reznichenko
db0cae0477
SCA: revert assertions tweaks
2018-01-24 10:31:39 +01:00
Jordi Boggiano
16dcb04e1d
Merge branch '1.6'
2018-01-24 10:28:44 +01:00
Jordi Boggiano
a1bf6890d5
Fix ConsoleIO tests
2018-01-24 10:28:39 +01:00
Jordi Boggiano
dae3c5bc2d
Merge branch '1.6'
2018-01-24 10:20:12 +01:00
Vladimir Reznichenko
da9e00066c
SCA: reduced repetitive methods references, used specialized PhpUnit assertions
2018-01-24 10:19:46 +01:00