Niels Keurentjes
|
692a3ed300
|
Renamed Composer\Console\Command to BaseCommand for consistency with other abstract base classes.
|
2016-02-19 23:56:46 +01:00 |
Niels Keurentjes
|
93ce87a84e
|
Prefer 'editor' on a system that supports alternatives.
|
2016-02-11 09:24:42 +01:00 |
Niels Keurentjes
|
0dab63e050
|
Unified all Windows tests throughout the code.
|
2016-02-03 22:39:16 +01:00 |
Jordi Boggiano
|
1818b95149
|
CS fixes
|
2016-01-26 13:07:18 +00:00 |
Niels Keurentjes
|
c2e768b8ad
|
Made Silencer invocations safer against exceptions.
|
2016-01-26 13:27:24 +01:00 |
Niels Keurentjes
|
76c1645a0e
|
Merge remote-tracking branch 'upstream/master' into issue-4203
|
2016-01-25 23:38:13 +01:00 |
Niels Keurentjes
|
18cd4f966b
|
Added silencer utility to more gracefully handle error suppression without hiding errors or worse. Fixes #4203, #4683
|
2016-01-25 23:37:54 +01:00 |
Jordi Boggiano
|
c5cb2327cf
|
Merge remote-tracking branch 'bamarni/config-repo-options'
|
2016-01-25 21:28:22 +00:00 |
Bilal Amarni
|
e727f9f5fe
|
[Config command] allow to pass options when adding a repo
|
2016-01-25 19:25:10 +01:00 |
Rob Bast
|
c1488f65bf
|
a quick stab at adding capath
|
2016-01-20 21:20:18 +01:00 |
Jordi Boggiano
|
96ff17c520
|
Cleanups of XDG support, refs #1407
|
2016-01-18 18:26:05 +00:00 |
Jordi Boggiano
|
d7c61c50ad
|
Merge branch 'tls-config'
|
2016-01-16 16:55:19 +00:00 |
Jordi Boggiano
|
03299ff075
|
Suggest https in docs where it makes sense, closes #4056
|
2016-01-10 20:34:53 +00:00 |
Jordi Boggiano
|
fc4d94f160
|
Code clarity and updates from the getcomposer.org installer
|
2016-01-10 17:59:08 +00:00 |
Jordi Boggiano
|
5d015defb8
|
Merge remote-tracking branch 'origin/master' into tls-config
|
2016-01-10 16:10:22 +00:00 |
hanov.ruslan
|
b298b9e8c6
|
Added sort-packages into config
|
2015-12-18 23:13:36 +03:00 |
Michal Gebauer
|
ce74477899
|
Configuration of GitLab driver
|
2015-12-03 14:30:07 +01:00 |
Jordi Boggiano
|
966a982738
|
CS fixes
|
2015-11-21 19:28:10 +00:00 |
Jordi Boggiano
|
2a8a9a4592
|
Revert "Issue #2384 allow 'prefer-stable' and 'minimum-stability' to be set via composer config command"
This reverts commit ed23b1c4db .
|
2015-11-11 15:33:58 +00:00 |
Jordi Boggiano
|
615638c7c3
|
Simplify bin-compat by removing the nosymlink option, refs #3704
|
2015-10-27 15:36:12 +00:00 |
Jordi Boggiano
|
c9b51a5751
|
Merge remote-tracking branch 'kocsismate/feature-bin-compat'
|
2015-10-27 15:20:53 +00:00 |
npiderman
|
ed23b1c4db
|
Issue #2384 allow 'prefer-stable' and 'minimum-stability' to be set via composer config command
|
2015-10-17 10:58:53 -04:00 |
Rob
|
7a9eb02190
|
Merge pull request #4455 from samsaggace/config_archive
Enable command line configuration for archive-dir and archive-format
|
2015-10-07 12:05:33 +02:00 |
Jordi Boggiano
|
790a941cba
|
Merge pull request #4470 from alcohol/fix-config-lookup
itteratively expand key and attempt to match
|
2015-10-01 14:48:22 +01:00 |
Rob Bast
|
7bd0c5abdd
|
itteratively expand key and attempt to match
fixes #4459 (also)
|
2015-10-01 15:05:38 +02:00 |
Jordi Boggiano
|
5ccaad92c1
|
Merge remote-tracking branch 'alcohol/weird-config-listing-issue'
|
2015-09-30 11:52:04 +01:00 |
Rob Bast
|
2dbad30336
|
fixes #4459
|
2015-09-29 20:57:26 +02:00 |
Sebastien Chemin
|
3896a6c263
|
Enable cmdline configuration for archive-dir and archive-format
Examples of commands :
composer config --global archive-dir $HOME/.composer/repo
composer config --global archive-format zip
|
2015-09-28 13:22:38 +02:00 |
Jordi Boggiano
|
ce08582671
|
Fix CS
|
2015-09-28 10:53:24 +01:00 |
Olivier Laviale
|
cc522c20bb
|
Optimized this->getIO()
|
2015-09-14 14:30:26 +02:00 |
Jordi Boggiano
|
65bb8d99f4
|
Fix global switch regression on config command, fixes #4344
|
2015-08-10 08:35:31 +01:00 |
Jordi Boggiano
|
4824b4504e
|
Remove typo
|
2015-08-10 01:05:32 +01:00 |
Jordi Boggiano
|
b16c5fbeb9
|
Shorten ternary and reuse config file instead of the null argument to figure out path to auth.json
|
2015-08-10 00:56:55 +01:00 |
Tehem
|
9e592f19a1
|
Used shorthand version for ternary operator
|
2015-08-03 23:36:05 +02:00 |
Thomas Marcon
|
b35e762354
|
Updated configFile parsing to first look into -f parameter, then COMPOSER environment variable, then default to composer.json
|
2015-07-31 12:01:49 +02:00 |
Tehem
|
9392adef79
|
Fixes #4302 allow COMPOSER env with config statements (overrides --file)
|
2015-07-28 00:01:01 +02:00 |
Kocsis Máté
|
87c16073ec
|
Merge branch 'master' of https://github.com/composer/composer into feature-bin-compat
|
2015-07-22 15:54:20 +02:00 |
Jordi Boggiano
|
48d8cc6465
|
Avoid errors when invoking composer global config and there is no global composer.json yet, refs #4002
|
2015-05-06 11:48:45 +01:00 |
Jordi Boggiano
|
a57c51e8d7
|
Finalize platform override feature
- Added tests, docs
- Persist to lock file
- Add support in config command
- Added to json schema
|
2015-04-29 22:38:07 +01:00 |
Rob Bast
|
cb336a5416
|
Implement writeError throughout Composer
|
2015-02-25 11:00:35 +01:00 |
Jordi Boggiano
|
0e977e3fde
|
Add more docs to config command
|
2015-02-17 20:06:02 +00:00 |
Rob Bast
|
47d75f77d5
|
Let's be gentle and allow FALSE too
|
2015-02-16 16:54:52 +01:00 |
Rob Bast
|
ef92a06205
|
composer config repositories.packagist false
closes #3728, closes #3713, closes #3290, not sure about #3025
|
2015-02-16 16:44:13 +01:00 |
Kocsis Máté
|
d7437f19ad
|
Changed config key order
|
2015-02-04 19:40:50 +01:00 |
Kocsis Máté
|
f503ee2f4e
|
Adding composer config bin-compat command
|
2015-02-03 20:34:26 +01:00 |
Padraic Brady
|
19e24c5804
|
Merge branch 'master' into tls-config
Conflicts:
.travis.yml
doc/03-cli.md
src/Composer/Command/ConfigCommand.php
src/Composer/Command/CreateProjectCommand.php
src/Composer/Command/DiagnoseCommand.php
src/Composer/Command/InstallCommand.php
src/Composer/Command/RequireCommand.php
src/Composer/Command/SelfUpdateCommand.php
src/Composer/Command/ShowCommand.php
src/Composer/Command/UpdateCommand.php
src/Composer/Config.php
src/Composer/Downloader/FileDownloader.php
src/Composer/Factory.php
src/Composer/Repository/ComposerRepository.php
src/Composer/Repository/PearRepository.php
src/Composer/Repository/Vcs/VcsDriver.php
src/Composer/Util/GitHub.php
src/Composer/Util/RemoteFilesystem.php
|
2015-01-29 20:31:56 +00:00 |
Nils Adermann
|
0543a32d39
|
Merge pull request #3610 from bd808/feature/classmap-authoritative
Add classmap-authoritative config setting
|
2015-01-28 11:26:28 +01:00 |
Dmitry Tarasov
|
e047ca9944
|
#3665 fix exception message coding style
|
2015-01-23 10:52:53 +03:00 |
Dmitry Tarasov
|
506d923e7c
|
#3663 fix error message for config command
|
2015-01-22 11:26:25 +03:00 |
Jordi Boggiano
|
c58b7d917c
|
Disable progress when no-ansi is specified, refs #3612
|
2015-01-05 16:31:16 +00:00 |