Jordi Boggiano
35ebb8b93f
Merge branch '1.6'
2018-04-12 19:22:50 +02:00
Markus Staab
af3783b5f4
properly cache when a branch in a certain revision does not contain a composer.json
...
this prevents requesting/trying to get the composer.json over and over again even if no commits happend
Closes #7156
2018-04-12 19:11:53 +02:00
Jordi Boggiano
89e138a593
Add hint about .local/bin to docs, fixes #7132
2018-04-12 19:06:24 +02:00
Jordi Boggiano
a51911f295
Merge commit 'b1a78b60fe552bc6e7df09cb1c0154797fea6f64'
2018-04-12 18:40:52 +02:00
Jordi Boggiano
b1a78b60fe
Remove output while the changes are being collected
2018-04-12 18:40:07 +02:00
Filippo Tessarotto
277f32d388
Lock _readme: remove outdated hashtag link part, closes #7096
2018-04-12 18:00:01 +02:00
Markus Staab
9bee2ca28e
make sure we only cache resources which contain a svn revision
...
like we do in the VCS driver.
Closes #7158
2018-04-12 17:56:41 +02:00
Jordi Boggiano
1336029b72
Fix type hints to match latest symfony, fixes #7199
2018-04-12 17:36:57 +02:00
Jordi Boggiano
2bd34c0534
Merge branch '1.6'
2018-04-12 17:01:00 +02:00
Fabio Bas
c9aa9c0d2f
Fix usage of svn user-provided credentials, fixes #7114 , closes #7228
2018-04-12 17:00:12 +02:00
Jordi Boggiano
5460e5d86f
Respect current PHP version when figuring out requirements for init command, fixes #7257
2018-04-12 16:22:40 +02:00
Jordi Boggiano
ba667a88b6
Merge pull request #7172 from localheinz/fix/type
...
Fix: Add type field to schema for inline-package
2018-04-12 16:03:32 +02:00
Jordi Boggiano
74fdcbc637
Merge pull request #7175 from localheinz/fix/sort
...
Fix: Keep rules sorted
2018-04-12 16:02:18 +02:00
Jordi Boggiano
174c71de04
Handle http 401/403 differently to allow reading warning message
2018-04-12 15:57:14 +02:00
Jordi Boggiano
7afd1a9385
Update dependencies
2018-04-12 15:54:55 +02:00
Jordi Boggiano
9041622b86
Fix version guessing regression and a few other issues, fixes #7127
2018-04-12 15:16:39 +02:00
Jordi Boggiano
79d62cc51c
Escape references properly when getting commit logs for verbose update
2018-04-12 14:20:34 +02:00
Markus Staab
71d058b97b
refactored "svn --version" calls into a single place, closes #7152
...
this saves a lot of process-spawning as we re-use the result of a process started once.
2018-04-12 13:40:37 +02:00
Carlos
2f56c3c334
Change status command help to make it clearer, closes #7213
2018-04-12 13:33:22 +02:00
Jordi Boggiano
78017bcbcb
Fix support for uppercase package names in why/why-not commands, fixes #7198
2018-04-12 12:14:30 +02:00
Jordi Boggiano
00031afa87
Merge pull request #7253 from tflori/patch-1
...
add readme to support fields in the schema docs
2018-04-12 12:03:01 +02:00
Jordi Boggiano
e76d32817e
Merge pull request #7070 from nicolas-grekas/fix
...
Fix RemoteFilesystem::getRemoteContents() on-failure behavior
2018-04-12 11:41:04 +02:00
dmsmidt
556148510b
ConsoleIO::select for a single option, fixes #7106 , closes #7107
2018-04-12 11:03:32 +02:00
Jordi Boggiano
ec9ba46c5f
Fix run-script --list failing to handle native script handlers, fixes #7069
2018-04-12 10:39:18 +02:00
Jordi Boggiano
4bddcd7124
Add support for gitlab.com URL replacement, fixes #7160
2018-04-12 10:35:22 +02:00
Jordi Boggiano
bfa01285c2
Merge branch '1.6'
2018-04-12 10:25:03 +02:00
Jordi Boggiano
066351c5b9
Remove use of deprecated getMock method
2018-04-12 10:24:56 +02:00
Jordi Boggiano
036fc44c25
Make sure aliased packages are removed correctly from the repository, fixes #7167
2018-04-12 09:51:01 +02:00
Petr /Peggy/ Sládek
8d06832077
Update ClassMapGenerator to work better with symlinks, fixes #7252 , closes #7251
2018-04-12 09:37:26 +02:00
Jordi Boggiano
a652039cc2
Merge pull request #7157 from xabbuh/patch-1
...
document the COMPOSER_MEMORY_LIMIT env var
2018-04-12 09:26:38 +02:00
Thomas Flori
05c9542db8
add readme to support fields in the schema docs
2018-04-12 06:37:16 +02:00
johnstevenson
30e9ede1e3
Update to 1.1.0 release
2018-04-11 17:19:13 +01: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
闫兴茂
491ae0634a
Fix bug for scripts for config command
2018-03-30 14:24:04 +08: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
Hector Prats
90ac5e0749
improving doc
2018-03-16 13:15:15 +01:00
Hector Prats
2413b55c60
LocalChanges for ArchiveFiles
2018-03-14 17:38:12 +01:00
johnstevenson
f8dc77db18
Fix bc
2018-03-11 18:14:44 +00:00
Andreas Möller
6f06b45398
Fix: Keep rules sorted
2018-03-09 08:17:31 +01:00
johnstevenson
ed97c2116c
Use external XdebugHandler library
2018-03-08 19:20:16 +00:00
Andreas Möller
b85c6a1ca5
Fix: Add type field to schema for inline-package
2018-03-07 23:05:37 +01:00
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.
2018-03-06 12:57:44 +01:00