10389 Commits (d8a5db4cbb0bc050797b7a2db15f2e561ec74b5a)
 

Author SHA1 Message Date
Jordi Boggiano ffc0f86fc0
Fix warnings in composer require to show when repo prio is at fault, refs #9371 4 years ago
Jordi Boggiano 41daf69c87
Merge pull request #9379 from glaubinix/f/zip-util
Zip: ignore mac osx specific folder when searching for composer.json
4 years ago
Jordi Boggiano 097ef425f5
Merge pull request #9378 from studioromeo/fix-git-non-master-default-failing-tests
Fix running tests with non standard default branch
4 years ago
Jordi Boggiano 34bdc6cbf2
Detect and hint for solutions for common curl errors, fixes #9376 4 years ago
Stephan Vock d97c37f103 Zip: ignore mac osx specific folder when searching for composer.json 4 years ago
Jordi Boggiano 472f78bff1
Auto-disable misbehaving curl downloader on php 5, refs #9002 4 years ago
Robert Rhoades e6c7ab693e Fix running tests with non standard default branch
When the global git config has init.defaultbranch set to
something other than master the tests fail. This is because
the tests assume that the default branch is called master
but that may not be the case.

This fixes the tests by ensuring that when running git init
we ensure the default branch is called master regardless of
how git is configured.
4 years ago
Jordi Boggiano 51685580c7
Merge pull request #9374 from johnstevenson/diagnose1
Remove fulluri checks and tidy diagnose output
4 years ago
johnstevenson 095d133d6b Remove fulluri checks and tidy diagnose output 4 years ago
Jordi Boggiano ec5f020186
Update changelog 4 years ago
Nils Adermann 2d91fbc65a PoolBuilder: never mark skipped packages for loading
Reorder code in loadPackage to avoid duplicate calls
4 years ago
Nils Adermann 63bed40818 PoolBuilderTest: Add a dependency which must not be loaded on unlock 4 years ago
Nils Adermann 7ddd1c64af PoolBuilder: On unlock ensure consider all locked requirements for unlocked package 4 years ago
Nils Adermann ea42d13f37 PoolBuilderTest: check locked constraints are considered on partial update 4 years ago
Jordi Boggiano 90a6aa7ec0
Make sure we compare packages to their latest without aliases, fixes #9357 4 years ago
Jordi Boggiano 86072a705b
Merge branch '1.10' 4 years ago
Jordi Boggiano 04e5d725f4
Add docs 4 years ago
Jordi Boggiano ff74d0e686
Fix lock file generation with dev-master aliases to be compatible with Composer 1, fixes #9337 4 years ago
Nils Adermann 7dc67fbbad Problem: Update fallback error message for requires without matches 4 years ago
Nils Adermann 7bc2112f2b InstallerTest: Add a test for partial updates
Needs to take constraints of locked packages into account
4 years ago
Nils Adermann b5c0e68bc7 PoolBuilder: test case ensuring versions matching locked constraints get loaded 4 years ago
Jordi Boggiano 44dc3c27aa
Try and sign phars on releases, refs #5155 4 years ago
Jordi Boggiano 568d9206cc
Fix tests 4 years ago
Jordi Boggiano 881ec8c751
Use httpdownloader/curl to process install notifications 4 years ago
Jordi Boggiano d699e6b36c
Make sure global plugins are described as such in loading output, fixes composer/package-versions-deprecated#15 4 years ago
Jordi Boggiano 5d4bcde454
Allow using --locked with the outdated command directly, fixes #8025 4 years ago
Jordi Boggiano 191e8fab9e
Merge pull request #9351 from lucaswerkmeister/patch-1
Document availability of self-update command
4 years ago
Nils Adermann 289972a177 Remove useless null check, follow up to #9345 4 years ago
Lucas Werkmeister adf27d61e9
Document availability of self-update command
The self-update command is only available when running as a PHAR (see
commit 761ad6d171); notably, it is not defined in the Ubuntu package.
4 years ago
Jordi Boggiano 3772696ad6
Use IO for output 4 years ago
Nils Adermann 01340ed765
Merge pull request #9349 from stof/patch-1
Fix the current plugin api version in the doc
4 years ago
Christophe Coevoet 8ee3e106d8
Fix the current plugin api version in the doc 4 years ago
Guilliam Xavier 54a537e9b3 Docs: Fix sentence after reformulation 4 years ago
Nils Adermann 05ddae59e2
Merge pull request #9345 from fabpot/error-message-fix
Fix error message
4 years ago
Nils Adermann cbcc3a3080
Remove trailing commas for function calls 4 years ago
Nils Adermann cf80adf607
Merge pull request #9348 from krzysztof-sikorski/patch-1
Fix link in documentation
4 years ago
Krzysztof Andrzej Sikorski 938d0470f4
Fix link in documentation 4 years ago
Fabien Potencier d5245387f3 Fix error message 4 years ago
Jordi Boggiano 7fcf559f62
Update changelog 4 years ago
Nils Adermann b72dc7bb78
Clarify --lock option on update further
Specifically state packages do not get updated to new versions, only metadata is updated.
4 years ago
Nils Adermann 8627f1cce6
Clear up plugin doc for modifying downloads 4 years ago
Jordi Boggiano 860a67b776
Update --lock docs, fixes #9315 4 years ago
Jordi Boggiano 4b8c2aa121
Fix default version to be semver parseable, fixes #9342 4 years ago
Jordi Boggiano 3dfbd9e9e9
Add plugin-modifies-downloads to docs, refs #9339 4 years ago
Jordi Boggiano 0cca80f8af
Merge pull request #9341 from schramm-michael/schramm-michael-typo-consumer-key
Update authentication-for-private-packages.md
4 years ago
Jordi Boggiano 5bdb0cfff5
Merge pull request #9339 from Seldaek/fix-plugin-order
Fix plugin install order for plugins modifying downloads
4 years ago
Jordi Boggiano 769ce48289
Fix typo 4 years ago
schramm-michael 996eb563c0
Update authentication-for-private-packages.md
Typo on line 278
changed cosumer... to consumer-key
4 years ago
Jordi Boggiano 0543b59e06
Merge pull request #9334 from johnstevenson/proxy-streams
Improve proxy error messages for streams
4 years ago
Jordi Boggiano e770cb4dcf
Fix var name 4 years ago