7454 Commits (137ebddc250bda324c3fdcdb46cb3e46c71226dc)

Author SHA1 Message Date
Jordi Boggiano e3d99cac59
Fix phpstan issues, update baseline and pin PHPStan version in 2.2 branch (#10474) 2 years ago
John Stevenson db64534b26
Fixed bin proxies on PHP < 8 to support stream_seek (#10468) 2 years ago
Nicolas Grekas 6a70161c01
Disable "composer/package-versions-deprecated" by default (#10458) 2 years ago
Jordi Boggiano 6de9cacfd8
Remove unnecessary sprintf 2 years ago
Jordi Boggiano 49541ce3fb
Merge branch '2.2' into main 3 years ago
Jordi Boggiano d76485af74
Reverting release version changes 3 years ago
Jordi Boggiano 8a5ad75194
Release 2.2.4 3 years ago
Dane Powell 93d4c8e531
Fix #10366: Improve messaging when GitHub tokens need SSO authorization (#10432) 3 years ago
Jordi Boggiano 13bd2120e9
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 24b62a1002
Add support for sourcing binaries despite the bin proxy being present, take 2 3 years ago
Jordi Boggiano e2ba625a93
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 6dea58c9f3
Add support for sourcing binaries despite the bin proxy being present
Fixes https://github.com/composer/composer/issues/10389#issuecomment-1007372740
3 years ago
Jordi Boggiano 3d6bf8c98d
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 641ad10a9f
Fix partial update where path repos are being auto-unlocked two levels deep not loading all packages properly, fixes #10431 3 years ago
Jordi Boggiano 3844e05ac1
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 64d39a9655
Fix phpstan error 3 years ago
Jordi Boggiano f1568f1f8f
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 0b436de794
Fix last bit phpstan error 3 years ago
Jordi Boggiano 508ac051ec
Revert "Remove getCode usage as it is not type safe apparently, see https://github.com/phpstan/phpstan-src/pull/795"
This reverts commit 84f8fda0c6.

And other issues fixed by PHPStan 1.3.2
3 years ago
Stephan 9360e2c18a
GitLab: detect repository functionality disabled in Driver (#10440) 3 years ago
Jordi Boggiano 5e4a8a882d
Allow ProcessExecutor to receive commands as arrays, refs #6552 (#10435) 3 years ago
Jordi Boggiano 7d1aa65239
Merge branch '2.2' into main 3 years ago
Jordi Boggiano cb41ad1d4b
Ensure process timeouts are checked also for async processes 3 years ago
Jordi Boggiano 3a27cb2e91
Merge branch '2.2' into main 3 years ago
Jordi Boggiano c2cdc3eb71
Deduplicate code 3 years ago
Jordi Boggiano b96c419ee5
Merge pull request #10430 from Seldaek/add_links
Add links to repo to show/outdated commands package lists
3 years ago
Jordi Boggiano ef2b52ee5b
Make the package name bold in plugin activation warnings 3 years ago
Jordi Boggiano f9d61c0665
Add links to repo to fund/licenses/search commands and add links to docs to config command 3 years ago
Jordi Boggiano 06bb3c9179
Add links to repo to show/outdated commands package lists, fixes #9367 3 years ago
Jordi Boggiano 711f436b24
Use finally to restore error handler after command runs 3 years ago
Jordi Boggiano 99fa6116f9
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 404c58a17f
Merge pull request #10428 from Seldaek/deprecations
Deprecations & more php version cleanups
3 years ago
Jordi Boggiano 8473592eda
Revert "Fix support for .jar binaries, fixes #10426"
This reverts commit fa65804c99.
3 years ago
Jordi Boggiano 0be1e5a279
Merge branch '2.2' into main 3 years ago
Jordi Boggiano fa65804c99
Fix support for .jar binaries, fixes #10426 3 years ago
Jordi Boggiano 06e445ce02
Drop PHP <7.2 and HHVM support from autoload_real, individual autoload files are kept as is for BC 3 years ago
Michael Voříšek 4fdc8b8ee1
dirname(__FILE__) no longer needed 3 years ago
Jordi Boggiano 7e50f37b87
Remove some dead code and deprecate JsonFormatter, JsonFile::JSON_* constants, and TlsHelper 3 years ago
Alexander M. Turek 36da81bec2
Remove obsolete Symfony feature detections (#10425) 3 years ago
Niels Vanpachtenbeke 1c928466a9
Remove code blocks for php <7.2 compatibility (#10417) 3 years ago
Jordi Boggiano 0ece276c7c
Get rid of redundant \Exception catch blocks 3 years ago
Jordi Boggiano 4e6d54b731
Fix all 5.3 $this-in-closure usages 3 years ago
Jordi Boggiano 5805a68645
Fix some todos dropping support for older Symfony releases 3 years ago
Jordi Boggiano 7e27a25070
Get rid of RetutnTypeWillChange where possible, fixes #10014 3 years ago
Jordi Boggiano 0b3adc84da
Fix a few phpstan errors and add a php8+ baseline for the rest 3 years ago
Jordi Boggiano e4e0e0d154
Remove deprecations baseline 3 years ago
Jordi Boggiano ed08c40ab5
Fix phar build 3 years ago
Jordi Boggiano 96486d81cb
Fix many PHPStan issues and update baseline 3 years ago
Jordi Boggiano 32dcb93f24
Update extra files for latest polyfill lib 3 years ago
Jordi Boggiano ffd62795bc
Get rid of all the ->at() mock invocations 3 years ago
Jordi Boggiano 095c36ecf8
Fix some PHPStan errors/.. 3 years ago
Jordi Boggiano bf72afec44
Fix Symfony6 compat 3 years ago
Jordi Boggiano d2ede370be
Bump target version, bump PHP and dependency requirements to PHP 7.2+ 3 years ago
John Stevenson 4829a401d8
Fix symlink resolution in shell proxy (#10412) 3 years ago
Jordi Boggiano d965c26c5c
Reverting release version changes 3 years ago
Jordi Boggiano 3c92ba5cdc
Release 2.2.3 3 years ago
Jason Woods efc7a3f75f
fix: Do not optimise away packages due to a requirement by a locked package that will be uninstalled (#10405)
Fixes #10394

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
3 years ago
Jordi Boggiano 75e4d30151
Fix warnings when some code reuses the phpvfscomposer:// stream wrapper to try and access other files, refs #10387 3 years ago
Jordi Boggiano 2cd16b4578
Suppress errors if realpath fails or is missing 3 years ago
Jordi Boggiano 390260c6a6
Resolve binary realpath to make sure symlinking bin proxies works, refs jakzal/phpqa#336 3 years ago
Jordi Boggiano d1d5d75c5f
Fix detection of PHP files to match also broken ones with leading whitespace or whitespace between shebang and <?php, refs jakzal/phpqa#336 3 years ago
Jordi Boggiano 84f8fda0c6
Remove getCode usage as it is not type safe apparently, see https://github.com/phpstan/phpstan-src/pull/795 3 years ago
Jordi Boggiano 09d1330937
Fix is_file() not working on the phpvfscomposer:// file when filtering phpunit backtraces, refs #10387 3 years ago
Jordi Boggiano 164a769dc6
Avoid returning actual fstat information as it induces modern PHPs in error when the returned file size is bigger than the fstat size, refs #10387 3 years ago
Jordi Boggiano a2a8fa4e7e
Always exclude laminas/laminas-zendframework-bridge:src/autoload.php, fixes #10401 3 years ago
Jordi Boggiano 2a731ef798
Add workaround for PHPUnit process isolation issues for PHPUnit <6.5 as well, fixes #10387 3 years ago
Jordi Boggiano 0a85c3fb01
Reverting release version changes 3 years ago
Jordi Boggiano 2c1887d4f2
Release 2.2.2 3 years ago
Jordi Boggiano 4168ee9b69
Reformat plugin warning slightly, fixes #10381 3 years ago
Shyim 70425900e9
Fix symfony error handler warnings, fixes #10397 (#10404) 3 years ago
Jordi Boggiano a8ed352b31
Add docs for the new bin-dir access and bump runtime-api, refs #10402 3 years ago
Jordi Boggiano 6f5baab77b
Make COMPOSER_BIN_DIR env or _composer_bin_dir global available to binaries, fixes #10389 (#10402) 3 years ago
Jordi Boggiano c1c6698799
Fix phpunit workaround syntax 3 years ago
Jordi Boggiano 7d1ca1f56d
Add workaround for PHPUnit process isolation combined with bin proxies, fixes #10387 3 years ago
Jordi Boggiano 406075891d
Reverting release version changes 3 years ago
Jordi Boggiano bbc265e165
Release 2.2.1 3 years ago
Jordi Boggiano e1bf45aa80
Fix issue parsing php files with unterminated comments found inside backticks, fixes #10385 3 years ago
Jordi Boggiano 226689b90c
Fix plugin autoloading including files autoload rules from the root package, fixes #10382 (#10386) 3 years ago
Jordi Boggiano 25835bb5cd
Reverting release version changes 3 years ago
Jordi Boggiano e174a4c432
Release 2.2.0 3 years ago
Jordi Boggiano 613980b039
Update baseline 3 years ago
Jérôme Tamarelle f0060b7f56
Use web URLs for Gitlab support metadata (#10377) 3 years ago
Jordi Boggiano 54123e4093
Fix autoloader compatibility with older releases of laminas/laminas-zendframework-bridge, refs #10349 3 years ago
Jordi Boggiano 71ab70d847
Disable files autoloading for scripts to avoid untrusted code execution at runtime (#10373) 3 years ago
Jordi Boggiano 8f1b3d21db
Add --no-scripts to all commands and disable plugins/scripts when running self-update (#10371)
* Add --no-scripts as global parameter available to all commands, and handle it by default when creating a Composer instance from Command::getComposer

* Disable scripts/plugins for self-update command, fixes #10351
3 years ago
Jordi Boggiano 24eac88321
Switch the default version in path repo packages to dev-main and add a dev-master alias for BC, fixes #10360 (#10372) 3 years ago
Jordi Boggiano 95e41ae61c
Fix phpstan 3 years ago
Jordi Boggiano d81298239b
Fix display of conflicts when a rule has the conflicter out of order, fixes #10355 3 years ago
Jordi Boggiano 0dbc736eb7
Reverting release version changes 3 years ago
Jordi Boggiano 35bba53ebb
Release 2.2.0-RC1 3 years ago
Jordi Boggiano 4e8f3e85e2
Improve error reporting for repo priorities, refs #10339 3 years ago
Jordi Boggiano cc32ebcabd
Search improvements (#10336)
* Search performance improvements, add SEARCH_VENDOR type, fixes #10326, fixes #10324, fixes #10325

* Add extra optimization path for autocompletion of ^foo/* whereas the vendor is fully known, refs #10320
3 years ago
Jason Woods 8c8d9efd87
Filter impossible packages from the pool (#9620)
Adds a new pass to the PoolOptimizer

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
3 years ago
Jordi Boggiano a3e91b5be6
Add allow-plugins config value (#10314)
Fixes #5659

- Automatically switch off plugins by default in July 2022
- reword hash into object in schema

Co-authored-by: Nils Adermann <naderman@naderman.de>
3 years ago
Jordi Boggiano a4a89f1508
Update archive format docs, refs #10087 3 years ago
Jordi Boggiano ca5d5b40ee
Fix platform package description for replacer/provider and packages which are not really loaded in general 3 years ago
Jordi Boggiano e30a6b0b9b
Add support for ignoring the upper bound of platform requirements using "name+" notation 3 years ago
Jordi Boggiano 24ce1eddbd
Add composer/pcre dependency and use it everywhere instead of preg_* 3 years ago
Tizian Schmidlin 4f789a5f6d
Add "use-parent-dir" config to configure prompt when no composer.json is present in current dir (#10307)
Fixes #10299

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
3 years ago
Jordi Boggiano 1cfdaf43f1
Fix new file being leftover if require in new dir fails to resolve requirements 3 years ago