Skip to content

Conversation

@violinist-bot
Copy link

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • doctrine/deprecations: 1.1.2 (updated from v1.1.1)
  • symfony/polyfill-ctype: v1.28.0 (updated from v1.27.0)
  • nikic/php-parser: v4.17.1 (updated from v4.15.5)
  • phpdocumentor/type-resolver: 1.7.3 (updated from 1.7.2)
  • phpunit/php-code-coverage: 9.2.29 (updated from 9.2.26)
  • phpunit/phpunit: 9.6.15 (updated from 9.6.8)
  • sebastian/global-state: 5.0.6 (updated from 5.0.5)
  • theseer/tokenizer: 1.2.2 (updated from 1.2.1)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .github/CONTRIBUTING.md
  .github/ISSUE_TEMPLATE/1_BUG.md
  .github/ISSUE_TEMPLATE/2_BUG_PHPUNIT_10.md
  .github/ISSUE_TEMPLATE/3_BUG_PHPUNIT_9.md
  .github/ISSUE_TEMPLATE/4_COMPATIBILITY_PHPUNIT_10.md
  .github/ISSUE_TEMPLATE/5_COMPATIBILITY_PHPUNIT_9.md
  .github/ISSUE_TEMPLATE/6_COMPATIBILITY_PHPUNIT_8.md
  .github/PULL_REQUEST_TEMPLATE/IMPROVEMENT.md
  .github/PULL_REQUEST_TEMPLATE/NEW_FEATURE.md
  .github/workflows/ci.yml
  .gitignore
  .phive/phars.xml
  .php-cs-fixer.dist.php
  .psalm/baseline.xml
  ChangeLog-9.6.md
  DEPRECATIONS.md
  README.md
  build.xml
  build/templates/binary-phar-autoload.php.in
  composer.json
  composer.lock
  phpunit.xml
  phpunit.xsd
  src/Framework/Assert.php
  src/Framework/Assert/Functions.php
  src/Framework/Constraint/Cardinality/Count.php
  src/Framework/Constraint/Cardinality/IsEmpty.php
  src/Framework/Constraint/Constraint.php
  src/Framework/Constraint/Equality/IsEqual.php
  src/Framework/Constraint/Equality/IsEqualCanonicalizing.php
  src/Framework/Constraint/Equality/IsEqualIgnoringCase.php
  src/Framework/Constraint/Equality/IsEqualWithDelta.php
  src/Framework/Constraint/Exception/Exception.php
  src/Framework/Constraint/Exception/ExceptionCode.php
  src/Framework/Constraint/Exception/ExceptionMessage.php
  src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php
  src/Framework/Constraint/Filesystem/DirectoryExists.php
  src/Framework/Constraint/Filesystem/FileExists.php
  src/Framework/Constraint/Filesystem/IsReadable.php
  src/Framework/Constraint/Filesystem/IsWritable.php
  src/Framework/Constraint/IsIdentical.php
  src/Framework/Constraint/JsonMatches.php
  src/Framework/Constraint/Object/ClassHasAttribute.php
  src/Framework/Constraint/Object/ClassHasStaticAttribute.php
  src/Framework/Constraint/Object/ObjectEquals.php
  src/Framework/Constraint/Object/ObjectHasProperty.php
  src/Framework/Constraint/Operator/LogicalNot.php
  src/Framework/Constraint/Operator/LogicalXor.php
  src/Framework/Constraint/String/IsJson.php
  src/Framework/Constraint/String/RegularExpression.php
  src/Framework/Constraint/String/StringContains.php
  src/Framework/Constraint/String/StringMatchesFormatDescription.php
  src/Framework/Constraint/String/StringStartsWith.php
  src/Framework/Constraint/Traversable/TraversableContains.php
  src/Framework/Constraint/Traversable/TraversableContainsOnly.php
  src/Framework/Constraint/Type/IsInstanceOf.php
  src/Framework/Constraint/Type/IsType.php
  src/Framework/ErrorTestCase.php
  src/Framework/Exception/ActualValueIsNotAnObjectException.php
  src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php
  src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php
  src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php
  src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php
  src/Framework/Exception/ComparisonMethodDoesNotExistException.php
  src/Framework/Exception/InvalidArgumentException.php
  src/Framework/ExecutionOrderDependency.php
  src/Framework/IncompleteTestCase.php
  src/Framework/MockObject/Api/Api.php
  src/Framework/MockObject/Api/Method.php
  src/Framework/MockObject/Builder/InvocationMocker.php
  src/Framework/MockObject/Builder/InvocationStubber.php
  src/Framework/MockObject/Exception/CannotUseAddMethodsException.php
  src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php
  src/Framework/MockObject/Exception/ClassAlreadyExistsException.php
  src/Framework/MockObject/Exception/ClassIsFinalException.php
  src/Framework/MockObject/Exception/ClassIsReadonlyException.php
  src/Framework/MockObject/Exception/DuplicateMethodException.php
  src/Framework/MockObject/Exception/IncompatibleReturnValueException.php
  src/Framework/MockObject/Exception/InvalidMethodNameException.php
  src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php
  src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php
  src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php
  src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php
  src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php
  src/Framework/MockObject/Exception/UnknownClassException.php
  src/Framework/MockObject/Exception/UnknownTraitException.php
  src/Framework/MockObject/Exception/UnknownTypeException.php
  src/Framework/MockObject/Generator.php
  src/Framework/MockObject/Invocation.php
  src/Framework/MockObject/InvocationHandler.php
  src/Framework/MockObject/Matcher.php
  src/Framework/MockObject/MethodNameConstraint.php
  src/Framework/MockObject/MockBuilder.php
  src/Framework/MockObject/MockClass.php
  src/Framework/MockObject/MockMethod.php
  src/Framework/MockObject/Rule/ConsecutiveParameters.php
  src/Framework/MockObject/Rule/InvokedAtIndex.php
  src/Framework/MockObject/Rule/InvokedAtLeastCount.php
  src/Framework/MockObject/Rule/InvokedAtLeastOnce.php
  src/Framework/MockObject/Rule/InvokedAtMostCount.php
  src/Framework/MockObject/Rule/InvokedCount.php
  src/Framework/MockObject/Rule/Parameters.php
  src/Framework/MockObject/Stub/ConsecutiveCalls.php
  src/Framework/MockObject/Stub/Exception.php
  src/Framework/MockObject/Stub/ReturnCallback.php
  src/Framework/MockObject/Stub/ReturnReference.php
  src/Framework/MockObject/Stub/ReturnStub.php
  src/Framework/SkippedTestCase.php
  src/Framework/TestBuilder.php
  src/Framework/TestCase.php
  src/Framework/TestFailure.php
  src/Framework/TestResult.php
  src/Framework/TestSuite.php
  src/Framework/TestSuiteIterator.php
  src/Framework/WarningTestCase.php
  src/Runner/BaseTestRunner.php
  src/Runner/DefaultTestResultCache.php
  src/Runner/Extension/ExtensionHandler.php
  src/Runner/Extension/PharLoader.php
  src/Runner/Filter/Factory.php
  src/Runner/Filter/GroupFilterIterator.php
  src/Runner/Filter/NameFilterIterator.php
  src/Runner/PhptTestCase.php
  src/Runner/StandardTestSuiteLoader.php
  src/Runner/TestSuiteSorter.php
  src/Runner/Version.php
  src/TextUI/CliArguments/Builder.php
  src/TextUI/Command.php
  src/TextUI/DefaultResultPrinter.php
  src/TextUI/Exception/TestDirectoryNotFoundException.php
  src/TextUI/Exception/TestFileNotFoundException.php
  src/TextUI/Help.php
  src/TextUI/TestRunner.php
  src/TextUI/TestSuiteMapper.php
  src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php
  src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php
  src/TextUI/XmlConfiguration/Generator.php
  src/TextUI/XmlConfiguration/Loader.php
  src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php
  src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php
  src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php
  src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php
  src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistIncludesToCoverage.php
  src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php
  src/TextUI/XmlConfiguration/Migration/Migrator.php
  src/TextUI/XmlConfiguration/PHP/PhpHandler.php
  src/Util/Annotation/DocBlock.php
  src/Util/Annotation/Registry.php
  src/Util/Color.php
  src/Util/ErrorHandler.php
  src/Util/ExcludeList.php
  src/Util/FileLoader.php
  src/Util/Filesystem.php
  src/Util/Filter.php
  src/Util/GlobalState.php
  src/Util/Json.php
  src/Util/Log/JUnit.php
  src/Util/Log/TeamCity.php
  src/Util/PHP/AbstractPhpProcess.php
  src/Util/PHP/DefaultPhpProcess.php
  src/Util/PHP/Template/TestCaseClass.tpl
  src/Util/PHP/Template/TestCaseMethod.tpl
  src/Util/PHP/WindowsPhpProcess.php
  src/Util/Printer.php
  src/Util/RegularExpression.php
  src/Util/Test.php
  src/Util/TestDox/CliTestDoxPrinter.php
  src/Util/TestDox/HtmlResultPrinter.php
  src/Util/TestDox/NamePrettifier.php
  src/Util/TestDox/TestDoxPrinter.php
  src/Util/TestDox/XmlResultPrinter.php
  src/Util/TextTestListRenderer.php
  src/Util/VersionComparisonOperator.php
  src/Util/XdebugFilterScriptGenerator.php
  src/Util/Xml.php
  src/Util/Xml/Loader.php
  src/Util/Xml/SchemaDetector.php
  src/Util/Xml/SchemaFinder.php
  src/Util/XmlTestListRenderer.php
  tests/_files/ClassWithUnionReturnTypes.php
  tests/_files/CountConstraint.php
  tests/_files/CoverageTwoDefaultClassAnnotations.php
  tests/_files/InterfaceWithMethodsThatDeclareBooleanReturnTypes.php
  tests/_files/MultipleDataProviderTest.php
  tests/_files/ObjectEquals/ValueObjectWithEqualsMethodThatHasUnionParameterType.php
  tests/_files/ThrowExceptionTestCase.php
  tests/end-to-end/_files/groups/phpunit.xml
  tests/end-to-end/_files/groups/tests/FooTest.php
  tests/end-to-end/cli/exclude-group-argument.phpt
  tests/end-to-end/cli/exclude-group-configuration.phpt
  tests/end-to-end/cli/exclude-group-isolation.phpt
  tests/end-to-end/cli/filter-class-isolation.phpt
  tests/end-to-end/cli/filter-class-match-argument.phpt
  tests/end-to-end/cli/filter-class-match-configuration.phpt
  tests/end-to-end/cli/filter-class-nomatch-argument.phpt
  tests/end-to-end/cli/filter-class-nomatch-configuration.phpt
  tests/end-to-end/cli/filter-dataprovider-by-classname-and-range-isolation.phpt
  tests/end-to-end/cli/filter-dataprovider-by-number-isolation.phpt
  tests/end-to-end/cli/filter-dataprovider-by-only-range-isolation.phpt
  tests/end-to-end/cli/filter-dataprovider-by-only-regexp-isolation.phpt
  tests/end-to-end/cli/filter-dataprovider-by-only-string-isolation.phpt
  tests/end-to-end/cli/filter-dataprovider-by-range-isolation.phpt
  tests/end-to-end/cli/filter-dataprovider-by-regexp-isolation.phpt
  tests/end-to-end/cli/filter-dataprovider-by-string-isolation.phpt
  tests/end-to-end/cli/filter-method-isolation.phpt
  tests/end-to-end/cli/filter-method-match-argument.phpt
  tests/end-to-end/cli/filter-method-match-configuration.phpt
  tests/end-to-end/cli/filter-method-nomatch-argument.phpt
  tests/end-to-end/cli/filter-method-nomatch-configuration.phpt
  tests/end-to-end/cli/group-argument.phpt
  tests/end-to-end/cli/group-configuration.phpt
  tests/end-to-end/cli/group.phpt
  tests/end-to-end/cli/list-groups-argument.phpt
  tests/end-to-end/cli/list-groups-configuration.phpt
  tests/end-to-end/migration/_files/migration-from-92/phpunit-9.2.xml
  tests/end-to-end/phar/src/autoload.php
  tests/end-to-end/regression/1337/Issue1337Test.php
  tests/end-to-end/regression/1348.phpt
  tests/end-to-end/regression/2137/Issue2137Test.php
  tests/end-to-end/regression/2724/SeparateClassRunMethodInNewProcessTest.php
  tests/end-to-end/regression/4407/Issue4407Test.php
  tests/end-to-end/regression/498/Issue498Test.php
  tests/end-to-end/regression/503/Issue503Test.php
  tests/end-to-end/regression/581/Issue581Test.php
  tests/end-to-end/regression/797/bootstrap797.php
  tests/end-to-end/regression/873/Issue873Test.php
  tests/end-to-end/testdox/_files/DiffTest.php
  tests/end-to-end/testdox/data-provider-with-numeric-data-set-name-colorized.phpt
  tests/end-to-end/testdox/data-provider-with-string-data-set-name-colorized.phpt
  tests/end-to-end/testdox/diff-colorized-windows.phpt
  tests/end-to-end/testdox/diff-colorized.phpt
  tests/end-to-end/testdox/metadata-colorized.phpt
  tests/end-to-end/testdox/metadata-data-provider-with-numeric-data-set-name-colorized.phpt
  tests/end-to-end/testdox/metadata-data-provider-with-string-data-set-name-colorized.phpt
  tests/end-to-end/testdox/metadata-verbose-colorized.phpt
  tests/end-to-end/testdox/metadata-with-placeholders-data-provider-with-numeric-data-set-name-colorized.phpt
  tests/end-to-end/testdox/metadata-with-placeholders-data-provider-with-string-data-set-name-colorized.phpt
  tests/end-to-end/testdox/no-metadata-camel-case-colorized.phpt
  tests/end-to-end/testdox/no-metadata-camel-case-verbose-colorized.phpt
  tests/end-to-end/testdox/no-metadata-snake-case-colorized.phpt
  tests/end-to-end/testdox/no-metadata-snake-case-verbose-colorized.phpt
  tests/unit/Framework/Assert/FunctionsTest.php
  tests/unit/Framework/AssertTest.php
  tests/unit/Framework/Constraint/ArrayHasKeyTest.php
  tests/unit/Framework/Constraint/BinaryOperatorTestCase.php
  tests/unit/Framework/Constraint/ClassHasAttributeTest.php
  tests/unit/Framework/Constraint/ClassHasStaticAttributeTest.php
  tests/unit/Framework/Constraint/ConstraintTestCase.php
  tests/unit/Framework/Constraint/CountTest.php
  tests/unit/Framework/Constraint/DirectoryExistsTest.php
  tests/unit/Framework/Constraint/ExceptionCodeTest.php
  tests/unit/Framework/Constraint/FileExistsTest.php
  tests/unit/Framework/Constraint/GreaterThanTest.php
  tests/unit/Framework/Constraint/IsEmptyTest.php
  tests/unit/Framework/Constraint/IsEqualTest.php
  tests/unit/Framework/Constraint/IsIdenticalTest.php
  tests/unit/Framework/Constraint/IsInstanceOfTest.php
  tests/unit/Framework/Constraint/IsJsonTest.php
  tests/unit/Framework/Constraint/IsNullTest.php
  tests/unit/Framework/Constraint/IsReadableTest.php
  tests/unit/Framework/Constraint/IsTypeTest.php
  tests/unit/Framework/Constraint/IsWritableTest.php
  tests/unit/Framework/Constraint/JsonMatchesErrorMessageProviderTest.php
  tests/unit/Framework/Constraint/JsonMatchesTest.php
  tests/unit/Framework/Constraint/LessThanTest.php
  tests/unit/Framework/Constraint/LogicalExpressionsTest.php
  tests/unit/Framework/Constraint/ObjectHasAttributeTest.php
  tests/unit/Framework/Constraint/ObjectHasPropertyTest.php
  tests/unit/Framework/Constraint/OperatorTestCase.php
  tests/unit/Framework/Constraint/RegularExpressionTest.php
  tests/unit/Framework/Constraint/SameSizeTest.php
  tests/unit/Framework/Constraint/StringContainsTest.php
  tests/unit/Framework/Constraint/StringEndsWithTest.php
  tests/unit/Framework/Constraint/StringStartsWithTest.php
  tests/unit/Framework/Constraint/UnaryOperatorTestCase.php
  tests/unit/Framework/ConstraintTest.php
  tests/unit/Framework/ExceptionWrapperTest.php
  tests/unit/Framework/ExecutionOrderDependencyTest.php
  tests/unit/Framework/IncompleteTestCaseTest.php
  tests/unit/Framework/MockObject/Builder/InvocationMockerTest.php
  tests/unit/Framework/MockObject/ConfigurableMethodTest.php
  tests/unit/Framework/MockObject/GeneratorTest.php
  tests/unit/Framework/MockObject/Matcher/ConsecutiveParametersTest.php
  tests/unit/Framework/MockObject/MatcherTest.php
  tests/unit/Framework/MockObject/MockBuilderTest.php
  tests/unit/Framework/MockObject/MockMethodTest.php
  tests/unit/Framework/MockObject/MockObjectTest.php
  tests/unit/Framework/MockObject/ProxyObjectTest.php
  tests/unit/Framework/SkippedTestCaseTest.php
  tests/unit/Framework/TestCaseTest.php
  tests/unit/Framework/TestSuiteTest.php
  tests/unit/Runner/PhptTestCaseTest.php
  tests/unit/Runner/TestSuiteSorterTest.php
  tests/unit/TextUI/MigrationTest.php
  tests/unit/TextUI/XmlConfigurationTest.php
  tests/unit/Util/Annotation/RegistryTest.php
  tests/unit/Util/ConfigurationGeneratorTest.php
  tests/unit/Util/GlobalStateTest.php
  tests/unit/Util/TestClassTest.php
  tests/unit/Util/XDebugFilterScriptGeneratorTest.php
  tests/unit/Util/Xml/ValidatorTest.php
  tests/unit/Util/XmlTest.php
  tools/composer
  tools/php-cs-fixer
  tools/php-scoper
  tools/phpab
  tools/psalm

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 05017b803 Prepare release
  • 838af8421 Merge branch '8.5' into 9.6
  • 9652df58e Prepare release
  • 3ba3e8205 Pin humbug/php-scoper to 0.18.4 for #5596
  • 43653e6ad Prepare release
  • c55b107e4 Merge branch '8.5' into 9.6
  • c14b7dce8 Prepare release
  • 70004109d Merge branch '8.5' into 9.6
  • 539165bf4 Revert "Ensure that dependencies are up-to-date"
  • 75922e11d Use "composer outdated" instead of "composer show" (because PHPUnit >= 9.6 does not depend on abandoned packages)
  • 93b9b10c7 Merge branch '8.5' into 9.6
  • b1c3d3d22 Use --no-ansi CLI option
  • 9242ddb9c Let type-checker and unit-tests jobs depend on dependency-validation job
  • 5827e5060 Ensure that dependencies are up-to-date
  • 60b3af971 Merge branch '8.5' into 9.6
  • 9c1ff0a94 Enable the same PHP extensions for the dependency-validation job that are used for the unit-tests job
  • d9b1f0ea5 Ensure that dependencies can be installed
  • b1ca6975c Improve description
  • 32d29203d Merge branch '8.5' into 9.6
  • 05a782ca0 Do not use deprecated CLI option
  • 26c701075 Merge branch '8.5' into 9.6
  • eecc6c38f Initial work on dependency validation job
  • 0648aec85 Merge branch '8.5' into 9.6
  • 7eee5e5ee Use PHP 8.3
  • 337be1d0b Update tools
  • e792dafca Merge branch '8.5' into 9.6
  • 518f892da Backport #5577 to PHPUnit 8.5
  • 28ab1a166 Backport #5577 to PHPUnit 9.6
  • 5585037db Merge branch '8.5' into 9.6
  • c1e27dabe Bump
  • c176b1f20 Merge branch '8.5' into 9.6
  • a85aa74c2 Closes #5577
  • 5dafcd8dd Update Psalm baseline
  • aaf421d15 Merge branch '8.5' into 9.6
  • 6a66322dd Update Psalm baseline
  • 10fe65f4a Update tools
  • 5e86f7ab3 Merge branch '8.5' into 9.6
  • 73191069c Update tools
  • d49206716 Merge branch '8.5' into 9.6
  • ff26331f8 I still stand with Ukraine, but I no longer think that this message is useful
  • 0bf052bf5 Merge branch '8.5' into 9.6
  • aab6de8ef Ask for output generated using PHP interpreter that is configured to provide useful error messages
  • 3e2444b31 Merge branch '8.5' into 9.6
  • c8f1d07ca Update tools
  • b570e7ee9 Merge branch '8.5' into 9.6
  • dcd11da8f Update tools
  • d352ff710 Merge branch '8.5' into 9.6
  • d567b7753 Update tools
  • 9fa21014f Merge branch '8.5' into 9.6
  • 54ae5bad1 Update tools
  • d187cc771 Merge branch '8.5' into 9.6
  • 622bec151 Update tools
  • c2efd5d0e Merge branch '8.5' into 9.6
  • cc8c08990 Fix: Keep fixers and options sorted by name
  • c0063dc29 Fix: Do not configure deprecated fixers
  • d7df04d6a Merge branch '8.5' into 9.6
  • 18236fae9 Update tools
  • 18a76cf72 Merge branch '8.5' into 9.6
  • ad6fa5f3b Update tools
  • 8f609fce6 Merge branch '8.5' into 9.6
  • 3104183c9 Add note about API changes in internal code
  • b1b544b75 Merge branch '8.5' into 9.6
  • 386424660 Update tools
  • f3d767f7f Prepare release
  • 304c1ddf5 Merge branch '8.5' into 9.6
  • 622d01867 Prepare release
  • 7a2f24f1f Merge branch '8.5' into 9.6
  • fb1b6fad9 Update tools
  • 9b37b0630 Merge branch '8.5' into 9.6
  • 3291172e1 The child processes used for process isolation now use temporary files to communicate their result to the parent process
  • 33bbe51d4 Skip test on PHP >= 8.3, see https://github.com/sebastianbergmann/phpunit/issues/5356#issuecomment-1722226459
  • 2ce78bb5e Remove superfluous parent method calls
  • e64a9dd68 Fix CS/WS issues
  • faf13d100 Fix CS/WS issue
  • 65a3ba5be Remove skip condition as neither HHVM nor PHPDBG are supported
  • a122c2ebd Prepare release
  • 0f2594d67 Update ChangeLog
  • a3ad9d110 CodeCoverage: process PHP report as first in list to avoid serializing cache data
  • 63d134672 Merge branch '8.5' into 9.6
  • 187a9c4c8 Update tools
  • bf8634b3b GH Actions: actually run the tests on Windows
  • e4c319704 E2E/diff-colorized: add separate test for Windows
  • f50f5b496 E2E/DiffTest: fix line endings
  • c47229299 E2E Tests: use OS agnostic directory separators
  • 255265958 Merge branch '8.5' into 9.6
  • 23033b6b1 Update tools
  • 2438ea80f Merge branch '8.5' into 9.6
  • 4c96c7c56 Update tools
  • 4d27ad9c1 Merge branch '8.5' into 9.6
  • 743a4a50e Update tools
  • c7e801e27 Revert "GH Actions: actually run the tests on Windows"
  • a35f1eb45 Merge branch '8.5' into 9.6
  • b7736bfdd GH Actions: actually run the tests on Windows
  • 9593669ff Merge branch '8.5' into 9.6
  • aae0016e5 Fix CS/WS issues
  • c0b6006f6 Merge branch '8.5' into 9.6
  • f6a951e7e Update tools
  • f90760b35 Merge branch '8.5' into 9.6
  • cebac15cc Test with PHP 8.4
  • 1e5fec0e7 Reformat
  • 6c24b9dd8 Merge branch '8.5' into 9.6
  • 73031f284 Update tools
  • 2f3f48d5d Merge branch '8.5' into 9.6
  • d4f757361 Add note about third-party extensions for / wrappers around PHPUnit
  • d0e05ca9a Use "username" instead of "user name"
  • 4b4c43436 Remove dead link
  • e8c480b27 Merge branch '8.5' into 9.6
  • d3170d52d Fix: Do not configure deprecated fixers
  • 810500e92 Prepare release
  • adc23acd5 Closes #5478
  • 53e630fa7 Add missing deprecation
  • 3acefad6c Add links
  • 3e86368ff Group deprecations by type
  • 74ac20a3a Fix
  • c9e2d013a Add missing version information
  • 554a191e0 Add list of deprecated functionality
  • d6a232a3a Merge branch '8.5' into 9.6
  • 998b8252e Fix CS/WS issues
  • c9b663980 Update tools
  • 6904cfa5f Merge branch '8.5' into 9.6
  • 9e40d7ad9 Update Psalm baseline
  • c01ef6149 Update tools
  • 19c72d49b Merge branch '8.5' into 9.6
  • 77db0a976 Mark test as expected to fail due to #5356
  • 9bc7e4fcf Revert "Fix: Continue on error when running tests on PHP 8.3"
  • 985f0c3ca Revert "Fix: Continue entire job when running on PHP 8.3"
  • 19cadf73b Merge branch '8.5' into 9.6
  • b8b0f3e42 Update tools
  • b04ba820d Merge branch '8.5' into 9.6
  • 5ee0ba413 Update tools
  • d64ea7dbc Merge branch '8.5' into 9.6
  • 07d34586b Improve type declarations
  • a6d351645 Prepare release
  • c57fd134e Merge branch '8.5' into 9.6
  • aee0ec086 Update tools
  • 47e021190 Merge branch '8.5' into 9.6
  • c8bf4ddc3 Update tools
  • 9683af405 Merge branch '8.5' into 9.6
  • 451e813b0 Update tools
  • 91ebd6edb Merge branch '8.5' into 9.6
  • bfa86d23e Update tools
  • 071ba8818 Merge branch '8.5' into 9.6
  • 510ddaefc Update tools
  • 90d633942 Merge branch '8.5' into 9.6
  • baa05029b Update tools
  • 1c0f321b4 Do not ignore deprecated code units from code coverage
  • b42903714 Update ChangeLog
  • 49c140c79 Fix XSD to allow empty <extensions> tag
  • 26ad1b9e8 Merge branch '8.5' into 9.6
  • 42a347539 Update tools
  • a9aceaf20 Prepare release
  • 324512e37 Closes #5405
  • 70e8497b3 Update ChangeLog
  • 284eedd0a Use Version::id() instead of Version::series() to check extension compatibility
  • 8eae9e11f Merge branch '8.5' into 9.6
  • f37fc18f5 Disable phpdoc_to_comment fixer (because it renders psalm-suppress annotations useless)
  • 8a8e4495e Fix: Avoid multiline parameter lists
  • 0da237600 Merge branch '8.5' into 9.6
  • f7e7556c4 Delete superfluous tests
  • 72c58ad1a Also test --filter option with both configuration and argument
  • 6420191c2 Closes #5394
  • 1badd7d71 Merge branch '8.5' into 9.6
  • 5e676c9ca Enhancement: Enable types_spaces fixer
  • eaf4d9602 Fix: Regenerate baseline for vimeo/psalm
  • 2479058c9 Fix: Run 'tools/php-cs-fixer fix'
  • ba54556e8 Enhancement: Add arguments to elements option of trailing_comma_in_multiline fixer
  • bff0ccb6c Enhancement: Pass all directories and names at once
  • 4cb7d584f Merge branch '8.5' into 9.6
  • c1e3049ec Fix: Run 'tools/php-cs-fixer fix'
  • 6e1229d8a Enhancement: Enable single_line_comment_spacing fixer
  • f79101236 Fix: Order
  • 004af9513 Enhancement: Enable integer_literal_case fixer
  • b24c5bb75 Fix: Do not use internal constants from friendsofphp/php-cs-fixer
  • b0e680760 Fix: Run 'tools/php-cs-fixer fix'
  • 6bd0be6ac Enhancement: Enable no_useless_concat_operator fixer
  • ccd7f29ca Merge branch '8.5' into 9.6
  • e5c58e0f9 Fix: Regenerate baseline for vimeo/psalm
  • 5e84f7496 Merge branch '8.5' into 9.6
  • 685f488dd Enhancement: Enable no_space_around_double_colon fixer
  • 8c1cd6acf Fix: Run 'tools/php-cs-fixer fix'
  • 77ade25a0 Enhancement: Enable method_chaining_indentation fixer
  • d22c84ba3 Enhancement: Enable ordered_types fixer
  • 519b6835a Enhancement: Enable phpdoc_param_order fixer
  • fac88d4c7 Fix: Run 'tools/php-cs-fixer fix'
  • 12992844d Enhancement: Enable string_length_to_empty fixer
  • a8c57f827 Merge branch '8.5' into 9.6
  • 3ee20bf41 Update branch name
  • 59cfde586 Elaborate
  • 9d8ffd638 Merge branch '8.5' into 9.6
  • fe940fbf7 Update tools

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

@truls1502
Copy link
Member

This will now be closed, since it has been superseded by #459.

@truls1502 truls1502 closed this Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants