10467 Commits (6035e462d8ce2532b44ae9c80aa63922e64aef3d)
 

Author SHA1 Message Date
Jordi Boggiano eb9616a82b
Debug info improvements 4 years ago
Jordi Boggiano 378a5b72b9
More open_basedir fixes, refs #9541 4 years ago
Jordi Boggiano 65b7eeef5f
Merge branch '1.10' 4 years ago
Jordi Boggiano 3245a7cca2
Update changelog 4 years ago
Jordi Boggiano f25271ee22
Add missing file to v1 phar 4 years ago
Jordi Boggiano 3eb419d2d0
Fix is_dir check to not fail on open_basedir restrictions, fixes #9541 4 years ago
Jordi Boggiano 40ea194ef5
Update changelog 4 years ago
Jordi Boggiano 29f4c0b92a
Merge branch '1.10' 4 years ago
Jordi Boggiano 3287379483
Update changelog 4 years ago
Jordi Boggiano 8b71199443
Update deps 4 years ago
Jordi Boggiano 7f3a56f39b
Merge pull request #9360 from naderman/pool-builder-unlock-consider-all-constraints
PoolBuilder: Ensure versions matching locked constraints get loaded
4 years ago
Jordi Boggiano 5a826ca14f
Merge pull request #9537 from villfa/fix/binaries
Fix error with bin config in PHP8
4 years ago
Jordi Boggiano adf7bebf21
Merge pull request #9532 from mvorisek/patch-2
Fix for PHP 8.0 when symlink function is disabled
4 years ago
Fabien Villepinte 4e8ca92b6f Fix error with binaries in PHP8 4 years ago
Nils Adermann db0656eab0 Duplicate partial update unlock but keep old version test with provide keyword 4 years ago
Michael Voříšek b4cb2f7321 test before chdir 4 years ago
Michael Voříšek e712130062
Fix for php8 when symlink function is disabled 4 years ago
Jordi Boggiano b21ee81c99
Update lock file 4 years ago
Jordi Boggiano 2754910dff
Allow php8 usage with Composer 1, fixes #9523 4 years ago
Jordi Boggiano 0da9e216fc
Update ISSUE_TEMPLATE.md 4 years ago
Jordi Boggiano d98d63abcc
Add note to issue template.. 4 years ago
Jordi Boggiano 1fb6b03e03
Fix a few edge cases in unpushed change handling 4 years ago
Jordi Boggiano f86b3ad0fe
Make sure all remotes are checked for unpushed changes, fixes #9486 4 years ago
Jordi Boggiano 00aaffb8f9
Make cache writes atomic 4 years ago
Jordi Boggiano 62bd81bf7a
Make sure the default branch alias is never used as a constraint by the VersionSelector 4 years ago
Jordi Boggiano d00edab884
Merge pull request #9477 from naderman/fix-alias-conflicts
Explicit conflicts should conflict with aliases of packages too
4 years ago
Jordi Boggiano e203809106
Fix test description 4 years ago
Nils Adermann 01887a2488
Merge pull request #9519 from Seldaek/lock-update-with-new-req
Fix mirror updates when adding new reqs and dev-reqs are present
4 years ago
Jordi Boggiano be3a520331
Fix feedback 4 years ago
Nils Adermann 7197278fe9 Always install aliases together with their original package
Restores some Composer 1.x behavior like unbound constraints conflicting
with default branches unless they are branch aliased.

Simplifies conflicts with aliases because packages cannot be installed
without their aliases, so we do not need to know which aliases are
uninstalled in lock file or installed.json.
4 years ago
Jordi Boggiano e857a8216c
Make sure mirror update fails if no lock file is present 4 years ago
Jordi Boggiano 2d025dce05
Make sure mirror updates do not fail if there are dev requirements and new requires are present, fixes #9514 4 years ago
Nils Adermann 58f358d028 Correct test case descriptions 4 years ago
Jordi Boggiano 08f0af4623
Add docblocks to HttpDownloader, refs #9209 4 years ago
Jordi Boggiano e8a3a33023
Also output headers 4 years ago
Jordi Boggiano 8030fbc4ae
Add debug info for http status code 0 4 years ago
Jordi Boggiano 47672a73c0
Merge pull request #9517 from bradjones1/patch-2
Clarify difference in create-project related scripts
4 years ago
Brad Jones 4b2df65833
Clarify difference in create-project related scripts
I wasn't entirely clear the difference between post-root-package-install and post-create-project-cmd, so this is an effort to clarify (as to the best of my understanding.)
4 years ago
Jordi Boggiano b7d770659b
CS fixes 4 years ago
Jordi Boggiano 152694b574
Fix tests 4 years ago
Jordi Boggiano c7da7e55c9
Fix various issues with regard to schema conformity when modifying json, fixes #9515 4 years ago
Andrés De la Cruz 480a6439fd
Fix phpstan phpdocs issues (#9478) 4 years ago
Jordi Boggiano f129c231b1
Update recommended php req in docs 4 years ago
Jordi Boggiano 9e279740cd
Go go phpstan 🤞 4 years ago
Jordi Boggiano 742c2a9e93
Avoid swallowing exceptions 4 years ago
Jordi Boggiano 5b5a8da6bb
Merge pull request #9494 from JanSlabon/patch-1
Update authentication-for-private-packages.md
4 years ago
Jordi Boggiano 35b403b266
Make sure a version not found issue is reported as such for clarity, fixes #9500 4 years ago
Jordi Boggiano 351b14e32b
Installed repo contains only the required versions but the aliases are not always present at the right time so avoid looking up plugin dependencies using a constraint as it may not find dev-* packages even though they are there, fixes #9499 4 years ago
Jordi Boggiano f567fd69eb
List both unzip and zip ext presence in diagnose 4 years ago
jvoisin 456096d5ff
Fix a type-juggling issue (#9498) 4 years ago