Merge branch '4.4' into 5.2

* 4.4:
  [Console] Fix Windows code page support
  [CI][Psalm] Install stable/released PHPUnit
  Bump Symfony version to 4.4.24
  Update VERSION for 4.4.23
  Update CONTRIBUTORS for 4.4.23
  Update CHANGELOG for 4.4.23
This commit is contained in:
Nicolas Grekas 2021-05-13 08:30:05 +02:00
commit 49e5664309
2 changed files with 446 additions and 415 deletions

View File

@ -39,7 +39,7 @@ jobs:
run: |
echo "::group::modify composer.json"
composer remove --no-update --no-interaction symfony/phpunit-bridge
composer require --no-update psalm/phar phpunit/phpunit:@stable php-http/discovery psr/event-dispatcher
composer require --no-update psalm/phar phpunit/phpunit:^9.5 php-http/discovery psr/event-dispatcher
echo "::endgroup::"
echo "::group::composer update"
composer update --no-progress --ansi

File diff suppressed because it is too large Load Diff