Commit Graph

  • 4e6d54b731
    Fix all 5.3 $this-in-closure usages Jordi Boggiano 2022-01-03 15:40:32 +0100
  • 5805a68645
    Fix some todos dropping support for older Symfony releases Jordi Boggiano 2022-01-03 14:51:41 +0100
  • efa08e7791
    Merge pull request #10343 from Seldaek/drop_old_php Jordi Boggiano 2022-01-03 12:50:13 +0100
  • 7e27a25070
    Get rid of RetutnTypeWillChange where possible, fixes #10014 Jordi Boggiano 2022-01-01 15:38:47 +0100
  • 0b3adc84da
    Fix a few phpstan errors and add a php8+ baseline for the rest Jordi Boggiano 2022-01-01 14:39:32 +0100
  • a4a2b6da87
    Make SvnDriverTest and XzDownloaderTest more portable on Windows Jordi Boggiano 2021-12-31 17:08:31 +0100
  • ccd87c479c
    Test fixes Jordi Boggiano 2021-12-10 13:14:04 +0100
  • 4f7d06e2a7
    Mark PHP8.1 phpstan build experimental Jordi Boggiano 2021-12-10 13:13:53 +0100
  • e4e0e0d154
    Remove deprecations baseline Jordi Boggiano 2021-12-10 13:05:25 +0100
  • 22fed0d445
    Get rid of prophecy usage Jordi Boggiano 2021-12-10 12:57:08 +0100
  • ed08c40ab5
    Fix phar build Jordi Boggiano 2021-12-09 22:19:03 +0100
  • 96486d81cb
    Fix many PHPStan issues and update baseline Jordi Boggiano 2021-12-09 22:14:04 +0100
  • 6ed3aeb343
    Remove setExpectedException wrapper Jordi Boggiano 2021-12-09 20:55:26 +0100
  • 32dcb93f24
    Update extra files for latest polyfill lib Jordi Boggiano 2021-12-09 20:40:12 +0100
  • ffd62795bc
    Get rid of all the ->at() mock invocations Jordi Boggiano 2021-12-09 17:09:07 +0100
  • 095c36ecf8
    Fix some PHPStan errors/.. Jordi Boggiano 2021-12-09 13:02:20 +0100
  • 59603a357a
    Remove PHPUnit direct require again Jordi Boggiano 2021-12-09 11:35:09 +0100
  • bf72afec44
    Fix Symfony6 compat Jordi Boggiano 2021-12-08 22:06:17 +0100
  • 2a771dfb2d
    Update PHPUnit to 8.5 Jordi Boggiano 2021-12-08 17:03:05 +0100
  • d2ede370be
    Bump target version, bump PHP and dependency requirements to PHP 7.2+ Jordi Boggiano 2021-12-08 16:13:33 +0100
  • 99aeba541a
    Improve PR template Jordi Boggiano 2022-01-01 14:53:58 +0100
  • 4829a401d8
    Fix symlink resolution in shell proxy (#10412) John Stevenson 2021-12-31 20:56:46 +0000
  • d965c26c5c
    Reverting release version changes Jordi Boggiano 2021-12-31 12:18:54 +0100
  • 3c92ba5cdc
    Release 2.2.3 Jordi Boggiano 2021-12-31 12:18:53 +0100
  • 3ed2295d22
    Update changelog for 2.2.3 Jordi Boggiano 2021-12-31 12:04:37 +0100
  • efc7a3f75f
    fix: Do not optimise away packages due to a requirement by a locked package that will be uninstalled (#10405) Jason Woods 2021-12-31 10:49:42 +0000
  • 75e4d30151
    Fix warnings when some code reuses the phpvfscomposer:// stream wrapper to try and access other files, refs #10387 Jordi Boggiano 2021-12-31 10:33:17 +0100
  • 2cd16b4578
    Suppress errors if realpath fails or is missing Jordi Boggiano 2021-12-30 21:52:57 +0100
  • 390260c6a6
    Resolve binary realpath to make sure symlinking bin proxies works, refs jakzal/phpqa#336 Jordi Boggiano 2021-12-30 21:49:20 +0100
  • d1d5d75c5f
    Fix detection of PHP files to match also broken ones with leading whitespace or whitespace between shebang and <?php, refs jakzal/phpqa#336 Jordi Boggiano 2021-12-30 21:23:17 +0100
  • 84f8fda0c6
    Remove getCode usage as it is not type safe apparently, see https://github.com/phpstan/phpstan-src/pull/795 Jordi Boggiano 2021-12-30 21:06:27 +0100
  • 09d1330937
    Fix is_file() not working on the phpvfscomposer:// file when filtering phpunit backtraces, refs #10387 Jordi Boggiano 2021-12-30 20:49:44 +0100
  • 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 Jordi Boggiano 2021-12-30 20:40:55 +0100
  • a2a8fa4e7e
    Always exclude laminas/laminas-zendframework-bridge:src/autoload.php, fixes #10401 Jordi Boggiano 2021-12-30 10:44:36 +0100
  • 2a731ef798
    Add workaround for PHPUnit process isolation issues for PHPUnit <6.5 as well, fixes #10387 Jordi Boggiano 2021-12-30 10:42:35 +0100
  • 0a85c3fb01
    Reverting release version changes Jordi Boggiano 2021-12-29 14:15:28 +0100
  • 2c1887d4f2
    Release 2.2.2 Jordi Boggiano 2021-12-29 14:15:27 +0100
  • 9e0721d53f
    Update changelog Jordi Boggiano 2021-12-29 14:15:22 +0100
  • 4168ee9b69
    Reformat plugin warning slightly, fixes #10381 Jordi Boggiano 2021-12-29 13:41:54 +0100
  • 70425900e9
    Fix symfony error handler warnings, fixes #10397 (#10404) Shyim 2021-12-29 13:30:50 +0100
  • a8ed352b31
    Add docs for the new bin-dir access and bump runtime-api, refs #10402 Jordi Boggiano 2021-12-28 22:04:22 +0100
  • 6f5baab77b
    Make COMPOSER_BIN_DIR env or _composer_bin_dir global available to binaries, fixes #10389 (#10402) Jordi Boggiano 2021-12-28 21:31:52 +0100
  • c1c6698799
    Fix phpunit workaround syntax Jordi Boggiano 2021-12-23 13:57:18 +0100
  • 7d1ca1f56d
    Add workaround for PHPUnit process isolation combined with bin proxies, fixes #10387 Jordi Boggiano 2021-12-23 12:38:35 +0100
  • 406075891d
    Reverting release version changes Jordi Boggiano 2021-12-22 22:21:32 +0100
  • bbc265e165
    Release 2.2.1 Jordi Boggiano 2021-12-22 22:21:31 +0100
  • 96ecc00a69
    Update changelog Jordi Boggiano 2021-12-22 22:20:55 +0100
  • e1bf45aa80
    Fix issue parsing php files with unterminated comments found inside backticks, fixes #10385 Jordi Boggiano 2021-12-22 21:42:19 +0100
  • 226689b90c
    Fix plugin autoloading including files autoload rules from the root package, fixes #10382 (#10386) Jordi Boggiano 2021-12-22 16:04:34 +0100
  • 25835bb5cd
    Reverting release version changes Jordi Boggiano 2021-12-22 11:03:28 +0100
  • e174a4c432
    Release 2.2.0 Jordi Boggiano 2021-12-22 11:03:27 +0100
  • 613980b039
    Update baseline Jordi Boggiano 2021-12-22 11:00:06 +0100
  • f0060b7f56
    Use web URLs for Gitlab support metadata (#10377) Jérôme Tamarelle 2021-12-22 10:54:48 +0100
  • 54123e4093
    Fix autoloader compatibility with older releases of laminas/laminas-zendframework-bridge, refs #10349 Jordi Boggiano 2021-12-22 10:49:06 +0100
  • 756c51d45e
    Update changelog Jordi Boggiano 2021-12-20 21:18:43 +0100
  • 188b692c4c
    Add test verifying only plugin deps are autoloaded (#10374) Jordi Boggiano 2021-12-20 14:58:55 +0100
  • 71ab70d847
    Disable files autoloading for scripts to avoid untrusted code execution at runtime (#10373) Jordi Boggiano 2021-12-20 14:27:34 +0100
  • 8f1b3d21db
    Add --no-scripts to all commands and disable plugins/scripts when running self-update (#10371) Jordi Boggiano 2021-12-20 14:23:35 +0100
  • 24eac88321
    Switch the default version in path repo packages to dev-main and add a dev-master alias for BC, fixes #10360 (#10372) Jordi Boggiano 2021-12-20 13:42:11 +0100
  • 95e41ae61c
    Fix phpstan Jordi Boggiano 2021-12-19 16:12:22 +0100
  • d81298239b
    Fix display of conflicts when a rule has the conflicter out of order, fixes #10355 Jordi Boggiano 2021-12-19 16:07:20 +0100
  • 239638e687
    Fix minor spelling & grammar issues in docs (#10370) gnito-org 2021-12-19 10:15:21 -0400
  • 692de949de
    $home -> $COMPOSER_HOME (#10363) Tom Klingenberg 2021-12-19 14:05:57 +0100
  • d274bf0313
    Fix PHP x spacing Jordi Boggiano 2021-12-19 12:38:19 +0100
  • f051a42bc9
    docs: Highlight sudo (#10367) Markus Staab 2021-12-19 10:59:13 +0100
  • 73a12bb21a
    Delete old pear package fixtures Jordi Boggiano 2021-12-10 13:50:46 +0100
  • aeb206bcfb
    Fix CI for LTS Jordi Boggiano 2021-12-09 12:02:20 +0100
  • ef728bf8f7
    Avoid removing the platform config on every build Jordi Boggiano 2021-12-08 22:03:22 +0100
  • 0dbc736eb7
    Reverting release version changes Jordi Boggiano 2021-12-08 15:17:19 +0100
  • 35bba53ebb
    Release 2.2.0-RC1 Jordi Boggiano 2021-12-08 15:17:19 +0100
  • 32c994bcb6
    Update changelog Jordi Boggiano 2021-12-08 15:11:50 +0100
  • f1c24b8aa3
    Update xdebug-handler Jordi Boggiano 2021-12-08 14:33:14 +0100
  • 4e3d812212
    Fix phpstan warnings Jordi Boggiano 2021-12-08 14:10:42 +0100
  • 63c897eaf0
    Fix test issues with new composer repo caching Jordi Boggiano 2021-12-08 14:01:46 +0100
  • 4e8f3e85e2
    Improve error reporting for repo priorities, refs #10339 Jordi Boggiano 2021-12-08 14:01:26 +0100
  • cc32ebcabd
    Search improvements (#10336) Jordi Boggiano 2021-12-08 11:45:18 +0100
  • 8c8d9efd87
    Filter impossible packages from the pool (#9620) Jason Woods 2021-12-08 10:42:36 +0000
  • a3e91b5be6
    Add allow-plugins config value (#10314) Jordi Boggiano 2021-12-07 23:00:48 +0100
  • 04dbed27a9
    Make it explicitly clear that `dev-` shouldn't be in the actual branch name. (#10335) Colan Schwartz 2021-12-07 15:22:17 -0500
  • a4a89f1508
    Update archive format docs, refs #10087 Jordi Boggiano 2021-12-07 15:56:35 +0100
  • 74951b5377
    Document archive --format=tar.gz (#10087) Henk Poley 2021-12-07 15:53:07 +0100
  • 005117dda3
    Merge pull request #10318 from Seldaek/ignore_upper_bounds Jordi Boggiano 2021-12-07 14:07:53 +0100
  • ca5d5b40ee
    Fix platform package description for replacer/provider and packages which are not really loaded in general Jordi Boggiano 2021-12-07 09:50:35 +0100
  • e30a6b0b9b
    Add support for ignoring the upper bound of platform requirements using "name+" notation Jordi Boggiano 2021-11-28 13:29:54 +0100
  • 62dfd0af23
    Merge pull request #10334 from Seldaek/phpstan Jordi Boggiano 2021-12-07 13:07:01 +0100
  • e496c3544c
    Fix tests for new dep Jordi Boggiano 2021-12-07 12:57:44 +0100
  • 77fec4dc76
    Bump to level 8, enable strict rules, and ignore all existing errors with baseline Jordi Boggiano 2021-12-07 12:50:03 +0100
  • 24ce1eddbd
    Add composer/pcre dependency and use it everywhere instead of preg_* Jordi Boggiano 2021-12-07 11:03:51 +0100
  • 09ffabbf6e Merge branch '2.1' into main Nils Adermann 2021-12-07 11:21:43 +0100
  • e7683e2f60
    Merge pull request #10333 from alexsoft/fix-cache-dir-doc-for-xdg Nils Adermann 2021-12-07 11:19:43 +0100
  • 2d92e2119a
    Add deprecations checks Jordi Boggiano 2021-12-07 09:33:45 +0100
  • 2474d6f526
    Fixed documentation for cache-dir location in case of xdg Alex Plekhanov 2021-12-07 01:54:03 +0100
  • 4f789a5f6d
    Add "use-parent-dir" config to configure prompt when no composer.json is present in current dir (#10307) Tizian Schmidlin 2021-12-04 15:00:28 +0100
  • 1cfdaf43f1
    Fix new file being leftover if require in new dir fails to resolve requirements Jordi Boggiano 2021-12-04 14:56:32 +0100
  • b42a897ebe
    Fix var name Jordi Boggiano 2021-12-04 13:40:55 +0100
  • 10f8edb816
    fix typo (#10331) Wataru Kurashima 2021-12-04 15:48:28 +0900
  • 128a2648fb
    Optimize name only search with preg_grep, refs #10326 Jordi Boggiano 2021-12-03 14:54:17 +0100
  • 7c8267f57c
    Cache root packages.json, refs #10326 Jordi Boggiano 2021-12-03 14:49:41 +0100
  • 483eac1c2f
    Install full binaries on Windows by default (#10327) Helmut Hummel 2021-12-03 11:16:58 +0100
  • f5ffedfe60
    Fix VcsDrivers initialization of tags and branches, and VcsRepository swallowing exceptions (#10319) Stephan 2021-11-30 13:33:38 +0000