1023 Commits (a7efb273386e15fa93fc5bcd69b52249103e9c53)

Author SHA1 Message Date
Jordi Boggiano a7efb27338
More php8.1 deprecation fixes, refs #10008 3 years ago
Jordi Boggiano 47cf602f9e
Fix more PHP 8.1 deprecations, refs #10008 3 years ago
Ondrej Mirtes 79093d664b Update PHPStan and remove ignore 3 years ago
Jordi Boggiano bacbd15b6b
Fix open_basedir support regession in bfea0f7d1 3 years ago
Jordi Boggiano cc81f5bac3
Fix support for UNC paths in normalizePath, refs #9993 3 years ago
Jordi Boggiano 6c1f0cdf24
Handle edge cases too in removeDirectoryPhp to avoid trying to delete symlinks and such, fixes #9955 3 years ago
Jordi Boggiano f61f2c6872
Also free $file just in case 3 years ago
Jordi Boggiano c4f675fe84
Fix virtualbox filesystem issue when installing packages, fixes #9945 3 years ago
Jordi Boggiano c1f0eee154
Revert "Attempt fixing virtualbox issues, refs #9945"
This reverts commit 7a7e0cc031.
3 years ago
Jordi Boggiano 7a7e0cc031
Attempt fixing virtualbox issues, refs #9945 3 years ago
Jordi Boggiano 288e19153d
Alternative fix for #9941 to avoid code duplication 3 years ago
Jordi Boggiano d77ff0f729
Workaround for PCRE regression 3 years ago
Jordi Boggiano 1b34495daa
Some phpstan level 4 fixes 3 years ago
Jordi Boggiano 4c9e75c6e5
Fix CS 3 years ago
Jordi Boggiano 10e634890e
Good morning 😴 3 years ago
Jordi Boggiano 91dd175f74
Fix env var handling when variables_order includes E and symfony/console 3.3.15+ is used, fixes #9930 3 years ago
Jordi Boggiano 93a5b27631
Add prettyVersion to URL placeholders 3 years ago
Guilliam Xavier 41c66b1a2d Revert "Update docs and add more helpful output to validate command, refs #9782"
This reverts commit 458bd41d8f.
3 years ago
Jordi Boggiano 458bd41d8f
Update docs and add more helpful output to validate command, refs #9782 3 years ago
Jordi Boggiano 991985792d
Merge branch '2.0' 3 years ago
Jordi Boggiano 251b852fd2
Make sure async processes fail the promise if they fail to start, fixes #9808 3 years ago
Jordi Boggiano 9ba042ded8
Add Platform-PHP version to user-agent header to improve targetted-php stats (#9873) 3 years ago
Jordi Boggiano 5bf614a762
Merge branch '2.0' 3 years ago
Jordi Boggiano dd54f295fe
Fix progress output, and remove progress bar on CI env, fixes #9621, closes #9880 3 years ago
Jordi Boggiano 3380178798
Introduce a cross-platform safe version of is_readable to support UNC / wsl$ paths on Windows (#9861) 3 years ago
Markus Staab bfea0f7d1e
BinaryInstaller: install full binaries on WSL when bin-compat=auto (#9855) 3 years ago
Jordi Boggiano 40c7a725e1
Merge branch '2.0' 3 years ago
Jordi Boggiano 332c46af8b
Merge pull request from GHSA-h5h8-pc6h-jvvx
* Fix external process calls to avoid user input being able to pass extra parameters

* Tweak some fixes
3 years ago
Markus Staab 7c602d8807
Added link to composer.org docs on ProcessTimedOutException (#9796) 3 years ago
Jordi Boggiano a4eb2d4096
Merge branch '2.0' 4 years ago
Jordi Boggiano ddc3693725
Switch to composer/metadata-minifier, fixes #9727 4 years ago
Jordi Boggiano dca8bd7197
Merge branch '2.0' 4 years ago
Jordi Boggiano dc84dbbbf7
Fixed detection of hg version when localized, fixes #9753 4 years ago
Jordi Boggiano 53a974f9c9
Tweak virtualbox detection and improve it by detecting vbox additions, refs #9627 4 years ago
Jordi Boggiano 836ca051d3
Merge branch '1.10' into 2.0 4 years ago
Jordi Boggiano 96acad1e45
Update github token pattern to match their latest updates 4 years ago
Jordi Boggiano bf73a20bc0
Merge branch '2.0' 4 years ago
Stephan 2f4b99eacd
MaxFileSizeException should reject download job (#9778) 4 years ago
Jordi Boggiano 346356a4dd
Fix phpdoc 4 years ago
Jordi Boggiano 5d6f9b2528
Prefer @phpstan- annotations as that is what we run against 4 years ago
Jordi Boggiano b40b93bc7d
Merge branch '2.0' 4 years ago
Jordi Boggiano 414586ba05
Attempt working around Vagrant filesystem issues, added COMPOSER_RUNTIME_ENV env var (set to vagrant), fixes #9627 4 years ago
Jordi Boggiano 059b5b197d
Merge branch '2.0' 4 years ago
Jordi Boggiano c81562b343
Merge branch '1.10' into 2.0 4 years ago
Jordi Boggiano 54889ca109
Document GH token usage and also make sure we redact them in Process debug output, refs #9757 4 years ago
Jordi Boggiano 4940009f83
Bump phpstan to level 3 (#9734)
Clean up PackageInterface/CompletePackageInterface, add missing methods, type things in solver as BasePackage, added CompleteAliasPackage, ..
4 years ago
Jordi Boggiano d0b399b788
Merge branch '2.0' 4 years ago
John Stevenson 4f47a4c667
Proxy handling docs and tweaks (#9735) 4 years ago
Jordi Boggiano 40800df6bd
Fix CS 4 years ago
Markus Staab a5fecc4720
Filesystem: added removeDirectoryAsync() and use it in ArchiveDownloader (#9618)
This turns half of the `rm -rf ...` executions during package installs async and therefore improves performance
4 years ago