Jordi Boggiano
|
6df85163f4
Make use of global platform config if available, and improve error reporting, fixes #5165
|
9 年之前 |
Jordi Boggiano
|
8344c6d3d7
Merge pull request #4993 from hkdobrev/create-project-suggests
|
9 年之前 |
Haralan Dobrev
|
cc389d6c1a
List project suggestions in create-project command
|
9 年之前 |
Rick Guyer
|
2a35486d7d
Check for --ignore-platform-reqs flag during create-project
|
9 年之前 |
Jordi Boggiano
|
4b0624a93a
Fix regression in create-project
|
9 年之前 |
Jordi Boggiano
|
bf1ddaa298
Fix method name for php5
|
9 年之前 |
Jordi Boggiano
|
1aec1c1fc8
Add --repository flag to init command, and rename --repository-url to --repository in create-project, fixes #4200, closes #4207, closes #2604, fixes #2920
|
9 年之前 |
Jordi Boggiano
|
f681dbc51e
Merge remote-tracking branch 'curry684/rewrite-depends'
|
9 年之前 |
Peter Michaux
|
32eb156153
add example showing alternate syntax for specifying version
|
9 年之前 |
Niels Keurentjes
|
692a3ed300
Renamed Composer\Console\Command to BaseCommand for consistency with other abstract base classes.
|
9 年之前 |
Niels Keurentjes
|
4fe063b2e5
Added missing deprecation warning in create-project.
|
9 年之前 |
Rob Bast
|
f829a160fb
use a proper tmp directory
|
9 年之前 |
Jordi Boggiano
|
1818b95149
CS fixes
|
9 年之前 |
Niels Keurentjes
|
c2e768b8ad
Made Silencer invocations safer against exceptions.
|
9 年之前 |
Niels Keurentjes
|
18cd4f966b
Added silencer utility to more gracefully handle error suppression without hiding errors or worse. Fixes #4203, #4683
|
9 年之前 |
Jordi Boggiano
|
d7c61c50ad
Merge branch 'tls-config'
|
9 年之前 |
Jordi Boggiano
|
03299ff075
Suggest https in docs where it makes sense, closes #4056
|
9 年之前 |
Jordi Boggiano
|
f8dff0867c
Remove --disable-tls/--cafile flags and rely solely on config options plus some wording clarifications
|
9 年之前 |
Jordi Boggiano
|
5d015defb8
Merge remote-tracking branch 'origin/master' into tls-config
|
9 年之前 |
Jordi Boggiano
|
29312be4df
Strict typing fixes
|
9 年之前 |
Jordi Boggiano
|
4b269f4ded
Follow stability option in create-project to select the best possible version, refs #4563
|
10 年之前 |
Jordi Boggiano
|
ef2856ef55
Take php version into account for create-project command version selection
|
10 年之前 |
Boris Momčilović
|
b05b52ff7e
InstallationManager: notifyInstalls: append authorization header for repository
|
10 年之前 |
Jordi Boggiano
|
ce08582671
Fix CS
|
10 年之前 |
Rob Bast
|
ddb1c1e052
these 2 use parseNameVersionPairs
|
10 年之前 |
Rob Bast
|
a1427d7fd6
replace all occurences in code and comments
|
10 年之前 |
Olivier Laviale
|
cc522c20bb
Optimized this->getIO()
|
10 年之前 |
Kunal Mehta
|
f634c6946d
Update callers of VersionParser::formatVersion()
|
10 年之前 |
Jordi Boggiano
|
6a64041055
CS fixes
|
10 年之前 |
Jordi Boggiano
|
e727ed4d73
--keep-vcs should only imply prefer source for the root package in create-project, refs #4063
|
10 年之前 |