6597 Commits (124852f15dbc6b376d4068eb1eadadbc37141c71)
 

Author SHA1 Message Date
Jordi Boggiano 124852f15d Merge pull request #5319 from joy2fun/1.1
Tips for running composer without xdebug enabled.
8 years ago
Jordi Boggiano 9c73b1b8db Merge pull request #5318 from MrMitch/patch-1
fix `http-basic` json example
8 years ago
Chiao d2bc5f4563 Add aliases for composer to disable xdebug. 8 years ago
Mickael GOETZ 9303a04bed fix `http-basic` json example
The JSON example for the `http-basic` option was missing the closing curly brace.
8 years ago
Mathias Brodala d9909993b2 Add --prefer-stable and --prefer-lowest to "require" command
Fixes #5314
8 years ago
Jordi Boggiano d25b52a4d3 Merge branch '1.1' 8 years ago
Jordi Boggiano 8f0324f51e Fix platform dev reqs being required even in --no-dev installs 8 years ago
Rob f4873202a4 Merge pull request #5305 from lucascherifi/master
Typo fix
8 years ago
Lucas CHERIFI 7e34d9ab97 Typo fix ;-) 8 years ago
Jordi Boggiano 13f4d2afd3 Fix #refs handling, fixes #5291 8 years ago
Jordi Boggiano 72362a085a Fix #refs handling, fixes #5291 8 years ago
Jordi Boggiano 43f9d6389d Merge remote-tracking branch 'origin/master' 8 years ago
Jordi Boggiano 921af1c1b8 Merge branch '1.1' 8 years ago
Jordi Boggiano 4b0d368af5 Update deps 8 years ago
Jordi Boggiano f726689dc2 Update changelog 8 years ago
Jordi Boggiano 5cb3564672 Fix archiving paths on windows 8 years ago
Jordi Boggiano efaa9a5fd2 Merge pull request #5301 from niels-nijens/patch-1
Fix typos of the word priority in the plugins documentation
8 years ago
Niels Nijens d113b2b5ec Fix typos in the word priority 8 years ago
Jordi Boggiano d11eff27d0 Cache VCS driver after creation to avoid initializing it several times 8 years ago
Jordi Boggiano 8bfb2e8bc2 Add a getter to fetch the repo data from the outside of the github driver 8 years ago
Jordi Boggiano 0040498e25 Merge branch '1.1' 8 years ago
Jordi Boggiano 046c2d64a5 Fix ProcessExecutor url escaping 8 years ago
Jordi Boggiano 36e283be68 Merge branch '1.1' 8 years ago
Jordi Boggiano 9cb6c2322a Fix more git URL escaping 8 years ago
Jordi Boggiano ed0a5ff2a6 Merge branch '1.1' 8 years ago
Hiraku NAKANO 8501bb71e2 Drop dependency on http://www.example.com 8 years ago
Jordi Boggiano a31d0826f0 Merge branch '1.1' 8 years ago
Jordi Boggiano e3ae45fa12 Replace username as well if it looks like a github oauth token 8 years ago
Jordi Boggiano 1aa31caec5 Clean up ApplicationTest 8 years ago
Jordi Boggiano cc793eff6f Clean up ApplicationTest 8 years ago
Jordi Boggiano 827d52cccf Merge branch '1.1' 8 years ago
Jordi Boggiano 71cbd8f7e6 Switch dir before loading plugins to make sure the correct composer.json is initialized, fixes #5290 8 years ago
Jordi Boggiano 9ecaec4cca Merge branch '1.1' 8 years ago
Jordi Boggiano d1a0502f92 Make sure we only replace complete paths to the base-dir/vendor-dir, not partial dir matches, fixes #5289 8 years ago
Jordi Boggiano fea56cb69c Update deps 8 years ago
Jordi Boggiano b8974a3e13 Merge branch '1.1' 8 years ago
Jordi Boggiano 591cbcee12 Avoiding defining plugin commands using the local project plugins, refs #5277 8 years ago
Bilal Amarni 92207da83a add isProxyCommand() to BaseCommand 8 years ago
Jordi Boggiano d07b4e0f3e Merge pull request #5275 from bamarni/patch-9
document plugin capabilities (closes #5262)
8 years ago
Jordi Boggiano d5ed45c3c7 Fix test 8 years ago
Jordi Boggiano d3eece0af2 Cross-link versions to stability flags and minimum-stability, fixes #5278 8 years ago
Jordi Boggiano aaf2c06e7b Add ScriptExecutionException for CLI scripts and avoid showing the full exception to users, fixes #5281 8 years ago
Jordi Boggiano 6620136309 Merge branch '1.1' 8 years ago
Jordi Boggiano d2e26907c7 Update schema URL 8 years ago
Bilal Amarni 253a30793d updates 8 years ago
Jordi Boggiano 14555de3ca Merge pull request #5272 from stefangr/bitbucket-https-fallback-to-ssh
Bitbucket https fallback to ssh
8 years ago
Bilal Amarni c1bc50dd2a add missing interface 8 years ago
Bilal Amarni 81f33e9739 document plugin capabilities (closes #5262) 8 years ago
Stefan Grootscholten 9b654048ed Fix regex for bitbucket https URLs.
If the bitbucket URL has the .git extension, the compiling of the authUrl and sshUrl result in invalid URLs.
8 years ago
Stefan Grootscholten 591f68288b Provide a fallback to ssh for https bitbucket URLs.
When running in non-interactive mode, there is no way to ask for credentials.
If there are no credentials available, no attempt is made to execute the command.

This commit provides a fallback to SSH for non authenticated, non-interactive install/updates of bitbucket https URLs.
8 years ago