Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) 10.0.16 -> 10.5.58 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v10.5.58: PHPUnit 10.5.58

Compare Source

Fixed
  • #​6368: failOnPhpunitWarning="false" has no effect

Learn how to install or update PHPUnit 10.5 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v10.5.57: PHPUnit 10.5.57

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 10.5 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v10.5.56: PHPUnit 10.5.56

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 10.5 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v10.5.55: PHPUnit 10.5.55

Compare Source

Changed
  • #​6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

Learn how to install or update PHPUnit 10.5 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v10.5.54: PHPUnit 10.5.54

Compare Source

Changed
  • Do not use __sleep() method (which will be deprecated in PHP 8.5)

Learn how to install or update PHPUnit 10.5 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v10.5.53

Compare Source

v10.5.52: PHPUnit 10.5.52

Compare Source

Changed
  • #​6321: Allow error_reporting=E_ALL for --check-php-configuration

Learn how to install or update PHPUnit 10.5 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v10.5.51: PHPUnit 10.5.51

Compare Source

Changed
  • #​6308: Improve output of --check-php-configuration
  • The version number for the test result cache file has been incremented to reflect that its structure for PHPUnit 10.5 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6

Learn how to install or update PHPUnit 10.5 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v10.5.50: PHPUnit 10.5.50

Compare Source

Changed
  • #​6300: Emit warning when the name of a data provider method begins with test
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

Learn how to install or update PHPUnit 10.5 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v10.5.49: PHPUnit 10.5.49

Compare Source

Added
  • #​6297: --check-php-configuration CLI option for checking whether PHP is configured for testing
Fixed
  • Errors due to invalid data provided using #[TestWith] or #[TestWithJson] attributes are now properly reported

Learn how to install or update PHPUnit 10.5 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v10.5.48: PHPUnit 10.5.48

Compare Source

Fixed
  • #​6254: defects,randomconfiguration is supported by implementation, but it is not allowed by the XML configuration file schema

How to install or update PHPUnit

v10.5.47: PHPUnit 10.5.47

Compare Source

Added
  • #​6236: failOnPhpunitWarning attribute on the <phpunit> element of the XML configuration file and --fail-on-phpunit-warning CLI option for controlling whether PHPUnit should fail on PHPUnit warnings (default: true)
  • #​6239: --do-not-fail-on-deprecation, --do-not-fail-on-phpunit-warning, --do-not-fail-on-phpunit-deprecation, --do-not-fail-on-empty-test-suite, --do-not-fail-on-incomplete, --do-not-fail-on-notice, --do-not-fail-on-risky, --do-not-fail-on-skipped, and --do-not-fail-on-warning CLI options
  • --do-not-report-useless-tests CLI option as a replacement for --dont-report-useless-tests
Deprecated
  • --dont-report-useless-tests CLI option (use --do-not-report-useless-tests instead)
Fixed
  • #​6243: Constraints cannot be implemented without using internal class ExpectationFailedException

How to install or update PHPUnit

v10.5.46: PHPUnit 10.5.46

Compare Source

Added
  • displayDetailsOnAllIssues attribute on the <phpunit> element of the XML configuration file and --display-all-issues CLI option for controlling whether PHPUnit should display details on all issues that are triggered (default: false)
  • failOnAllIssues attribute on the <phpunit> element of the XML configuration file and --fail-on-all-issues CLI option for controlling whether PHPUnit should fail on all issues that are triggered (default: false)
Changed
  • #​5956: Improved handling of deprecated E_STRICT constant
  • Improved message when test is considered risky for printing unexpected output

How to install or update PHPUnit

v10.5.45: PHPUnit 10.5.45

Compare Source

Changed
  • #​6117: Include source location information for issues triggered during test in --debug output
  • #​6119: Improve message for errors that occur while parsing attributes

How to install or update PHPUnit

v10.5.44: PHPUnit 10.5.44

Compare Source

Fixed
  • #​6115: Backed enumerations with values not of type string cannot be used in customized TestDox output

How to install or update PHPUnit

v10.5.43: PHPUnit 10.5.43

Compare Source

Changed
  • Do not skip execution of test that depends on a test that is larger than itself

How to install or update PHPUnit

v10.5.42: PHPUnit 10.5.42

Compare Source

Fixed
  • #​6103: Output from test run in separate process is printed twice
  • #​6109: Skipping a test in a before-class method crashes JUnit XML logger
  • #​6111: Deprecations cause SourceMapper to scan all <source/> files

How to install or update PHPUnit

v10.5.41: PHPUnit 10.5.41

Compare Source

Added
  • Test\AfterLastTestMethodErrored, Test\AfterTestMethodErrored, Test\BeforeTestMethodErrored, Test\PostConditionErrored, and Test\PreConditionErrored events
Fixed
  • #​6094: Errors in after-last-test methods are not reported
  • #​6095: Expectation is not counted correctly when a doubled method is called more often than is expected
  • #​6098: No system-out element in JUnit XML logfile

How to install or update PHPUnit

v10.5.40: PHPUnit 10.5.40

Compare Source

Fixed
  • #​6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #​6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

How to install or update PHPUnit

v10.5.39: PHPUnit 10.5.39

Compare Source

Added
  • #​6081: DefaultResultCache::mergeWith() for merging result cache instances
Fixed
  • #​6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

How to install or update PHPUnit

v10.5.38: PHPUnit 10.5.38

Compare Source

Changed
  • #​6012: Remove empty lines between TeamCity events

How to install or update PHPUnit

v10.5.37: PHPUnit 10.5.37

Compare Source

Fixed

How to install or update PHPUnit

v10.5.36: PHPUnit 10.5.36

Compare Source

Changed
  • #​5957: Skip data provider build when requirements are not satisfied
  • #​5969: Check for requirements before creating a separate process
  • Updated regular expressions used by StringMatchesFormatDescription constraint to be consistent with PHP's run-tests.php
Fixed
  • #​5965: PHPUnit\Framework\Exception does not handle string error codes (PDOException with error code 'HY000', for example)

How to install or update PHPUnit

v10.5.35: PHPUnit 10.5.35

Compare Source

Changed
  • #​5956: Deprecation of the E_STRICT constant in PHP 8.4
Fixed
  • #​5950: TestDox text should not be trim()med when it contains $ character
  • The attribute parser will no longer try to instantiate attribute classes that do not exist

How to install or update PHPUnit

v10.5.34: PHPUnit 10.5.34

Compare Source

Fixed
  • #​5931: Reverted addition of name property on <testsuites> element in JUnit XML logfile
  • #​5946: Callback throws a TypeError when checking a callable has variadic parameters

How to install or update PHPUnit

v10.5.33: PHPUnit 10.5.33

Compare Source

Fixed
  • #​4584: assertJsonStringEqualsJsonString() considers objects with sequential numeric keys equal to be arrays
  • #​4625: Generator yielding keys that are neither integer or string leads to hard-to-understand error message when used as data provider
  • #​4674: JSON assertions should treat objects as unordered
  • #​5891: Callback constraint does not handle variadic arguments correctly when used for mock object expectations
  • #​5929: TestDox output containing $ at the beginning gets truncated when used with a data provider

How to install or update PHPUnit

v10.5.32: PHPUnit 10.5.32

Compare Source

Added
  • #​5937: failOnPhpunitDeprecation attribute on the <phpunit> element of the XML configuration file and --fail-on-phpunit-deprecation CLI option for controlling whether PHPUnit deprecations should be considered when determining the test runner's shell exit code (default: do not consider)
  • displayDetailsOnPhpunitDeprecations attribute on the <phpunit> element of the XML configuration file and --display-phpunit-deprecations CLI option for controlling whether details on PHPUnit deprecations should be displayed (default: do not display)
Changed
  • #​5937: PHPUnit deprecations will, by default, no longer affect the test runner's shell exit code. This can optionally be turned back on using the --fail-on-phpunit-deprecation CLI option or the failOnPhpunitDeprecation="true" attribute on the <phpunit> element of the XML configuration file.
  • Details for PHPUnit deprecations will, by default, no longer be displayed. This can optionally be turned back on using the --display-phpunit-deprecations CLI option or the displayDetailsOnPhpunitDeprecations attribute on the <phpunit> element of the XML configuration file.

How to install or update PHPUnit

v10.5.31: PHPUnit 10.5.31

Compare Source

Changed
  • #​5931: name property on <testsuites> element in JUnit XML logfile
  • Removed .phpstorm.meta.php file as methods such as TestCase::createStub() use generics / template types for their return types and PhpStorm, for example, uses that information
Fixed
  • #​5884: TestDox printer does not consider that issues can be suppressed by attribute, baseline, source location, or @ operator

How to install or update PHPUnit

v10.5.30: PHPUnit 10.5.30

Compare Source

Changed
  • Improved error message when stubbed method is called more often than return values were configured for it

How to install or update PHPUnit

v10.5.29: PHPUnit 10.5.29

Compare Source

Fixed
  • #​5887: Issue baseline generator does not correctly handle ignoring suppressed issues
  • #​5908: --list-tests and --list-tests-xml CLI options do not report error when data provider method throws exception

How to install or update PHPUnit

v10.5.28: PHPUnit 10.5.28

Compare Source

Fixed
  • #​5898: Test\Passed event is not emitted for PHPT tests
  • --coverage-filter CLI option could not be used multiple times

How to install or update PHPUnit

v10.5.27: PHPUnit 10.5.27

Compare Source

Changed
  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)
Fixed
  • #​5892: Errors during write of phpunit.xml are not handled correctly when --generate-configuration is used

How to install or update PHPUnit

v10.5.26: PHPUnit 10.5.26

Compare Source

Added
  • --only-summary-for-coverage-text CLI option to reduce the code coverage report in text format to a summary
  • --show-uncovered-for-coverage-text CLI option to expand the code coverage report in text format to include a list of uncovered files

How to install or update PHPUnit

v10.5.25: PHPUnit 10.5.25

Compare Source

Changed
  • Updated dependencies for PHAR distribution

How to install or update PHPUnit

v10.5.24: PHPUnit 10.5.24

Compare Source

Changed
  • #​5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

How to install or update PHPUnit

v10.5.23: PHPUnit 10.5.23

Compare Source

Changed
  • #​5875: Also destruct TestCase objects early that use a data provider

How to install or update PHPUnit

v10.5.22: PHPUnit 10.5.22

Compare Source

Changed
  • #​5871: Do not collect unnecessary information using debug_backtrace()

How to install or update PHPUnit

v10.5.21: PHPUnit 10.5.21

Compare Source

Changed
  • #​5861: Destroy TestCase object after its test was run

How to install or update PHPUnit

v10.5.20: PHPUnit 10.5.20

Compare Source

  • #​5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #​5819: Duplicate keys from different data providers are not handled properly

How to install or update PHPUnit

v10.5.19: PHPUnit 10.5.19

Compare Source

Fixed
  • #​5818: Calling method() on a test stub created using createStubForIntersectionOfInterfaces() throws an unexpected exception

How to install or update PHPUnit

v10.5.18: PHPUnit 10.5.18

Compare Source

Deprecated
  • #​5812: Support for string array keys in data sets returned by data provider methods that do not match the parameter names of the test method(s) that use(s) them
Fixed
  • #​5795: Using @testWith annotation may generate PHP Warning: Uninitialized string offset 0

How to install or update PHPUnit

v10.5.17: PHPUnit 10.5.17

Compare Source

Changed
  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

How to install or update PHPUnit

v10.5.16: PHPUnit 10.5.16

Compare Source

Changed
  • #​5766: Do not use a shell in proc_open() if not really needed
  • #​5772: Cleanup process handling after dropping temp-file handling
Fixed
  • #​5570: Windows does not support exclusive locks on stdout

How to install or update PHPUnit

v10.5.15: PHPUnit 10.5.15

Compare Source

Fixed
  • #​5765: Be more forgiving with error handlers that do not respect error suppression

How to install or update PHPUnit

v10.5.14: PHPUnit 10.5.14

Compare Source

Changed
  • #​5747: Cache result of Groups::groups()
  • #​5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #​5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again
Fixed
  • #​5760: TestDox printer does not display details about exceptions raised in before-test methods

How to install or update PHPUnit

v10.5.13: PHPUnit 10.5.13

Compare Source

Changed
  • #​5727: Prevent duplicate call of NamePrettifier::prettifyTestMethodName()
  • #​5739: Micro-optimize NamePrettifier::prettifyTestMethodName()
  • #​5740: Micro-optimize TestRunner::runTestWithTimeout()
  • #​5741: Save call to Telemetry\System::snapshot()
  • #​5742: Prevent file IO when not strictly necessary
  • #​5743: Prevent unnecessary ExecutionOrderDependency::getTarget() call
  • #​5744: Simplify NamePrettifier::prettifyTestMethodName()
Fixed
  • #​5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
  • #​5746: Using -d CLI option multiple times triggers warning

How to install or update PHPUnit

v10.5.12: PHPUnit 10.5.12

Compare Source

Fixed
  • #​5652: HRTime::duration() throws InvalidArgumentException

How to install or update PHPUnit

v10.5.11

Compare Source

v10.5.10

Compare Source

v10.5.9

Compare Source

v10.5.8

Compare Source

v10.5.7

Compare Source

v10.5.6

Compare Source

v10.5.5

Compare Source

v10.5.4

Compare Source

v10.5.3

Compare Source

v10.5.2

Compare Source

v10.5.1

Compare Source

v10.5.0

Compare Source

v10.4.2

Compare Source

v10.4.1

Compare Source

v10.4.0

Compare Source

v10.3.5

Compare Source

v10.3.4

Compare Source

v10.3.3

Compare Source

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

v10.2.7

Compare Source

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

v10.1.3

Compare Source

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.0.19

Compare Source

v10.0.18

Compare Source

v10.0.17

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 15, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot added the renovate label Oct 15, 2023
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.4.1 Update dependency phpunit/phpunit to v10.4.2 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/test-packages branch from 40b0ac4 to e84d901 Compare October 26, 2023 10:09
@renovate renovate bot force-pushed the renovate/test-packages branch from e84d901 to b00d4db Compare November 16, 2023 11:34
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.4.2 Update dependency phpunit/phpunit to v10.5.0 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/test-packages branch from b00d4db to 94aec00 Compare December 1, 2023 06:54
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.0 Update dependency phpunit/phpunit to v10.5.1 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/test-packages branch from 94aec00 to 51ff812 Compare December 1, 2023 18:49
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.1 Update dependency phpunit/phpunit to v10.5.2 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/test-packages branch from 51ff812 to df9bcd0 Compare December 5, 2023 16:57
@renovate renovate bot force-pushed the renovate/test-packages branch from df9bcd0 to 247d547 Compare December 13, 2023 07:36
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.2 Update dependency phpunit/phpunit to v10.5.3 Dec 13, 2023
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.3 Update dependency phpunit/phpunit to v10.5.4 Dec 27, 2023
@renovate renovate bot force-pushed the renovate/test-packages branch 2 times, most recently from ebdd444 to 00b3f41 Compare December 27, 2023 18:03
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.4 Update dependency phpunit/phpunit to v10.5.5 Dec 27, 2023
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.5 Update dependency phpunit/phpunit to v10.5.6 Jan 13, 2024
@renovate renovate bot force-pushed the renovate/test-packages branch 2 times, most recently from d1b1256 to 986ff44 Compare January 14, 2024 17:05
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.6 Update dependency phpunit/phpunit to v10.5.7 Jan 14, 2024
@renovate renovate bot force-pushed the renovate/test-packages branch from 986ff44 to a8a5219 Compare January 19, 2024 09:57
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.7 Update dependency phpunit/phpunit to v10.5.8 Jan 19, 2024
@renovate renovate bot force-pushed the renovate/test-packages branch from a8a5219 to dfd0948 Compare January 22, 2024 16:14
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.8 Update dependency phpunit/phpunit to v10.5.9 Jan 22, 2024
@renovate renovate bot force-pushed the renovate/test-packages branch from dfd0948 to 6880548 Compare February 4, 2024 09:18
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.9 Update dependency phpunit/phpunit to v10.5.10 Feb 4, 2024
@renovate renovate bot force-pushed the renovate/test-packages branch from 6880548 to de46ccb Compare February 25, 2024 16:38
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.10 Update dependency phpunit/phpunit to v10.5.11 Feb 25, 2024
@renovate renovate bot force-pushed the renovate/test-packages branch from de46ccb to 1a4cfdc Compare March 9, 2024 14:02
@renovate renovate bot force-pushed the renovate/test-packages branch from 6181282 to 0d22457 Compare July 11, 2025 04:56
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.47 Update dependency phpunit/phpunit to v10.5.48 Jul 11, 2025
@renovate renovate bot force-pushed the renovate/test-packages branch from 0d22457 to 7a6ec34 Compare August 9, 2025 09:05
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.48 Update dependency phpunit/phpunit to v10.5.49 Aug 9, 2025
@renovate renovate bot force-pushed the renovate/test-packages branch from 7a6ec34 to 9937d11 Compare August 10, 2025 09:27
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.49 Update dependency phpunit/phpunit to v10.5.50 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/test-packages branch from 9937d11 to 30118a8 Compare August 12, 2025 11:46
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.50 Update dependency phpunit/phpunit to v10.5.51 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/test-packages branch from 30118a8 to af41e15 Compare August 16, 2025 05:34
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.51 Update dependency phpunit/phpunit to v10.5.52 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/test-packages branch from af41e15 to 2acdd47 Compare August 20, 2025 16:10
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.52 Update dependency phpunit/phpunit to v10.5.53 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/test-packages branch from 2acdd47 to b00ab82 Compare September 11, 2025 10:23
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.53 Update dependency phpunit/phpunit to v10.5.54 Sep 11, 2025
@renovate renovate bot force-pushed the renovate/test-packages branch from b00ab82 to f26055d Compare September 14, 2025 08:26
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.54 Update dependency phpunit/phpunit to v10.5.55 Sep 14, 2025
@renovate renovate bot force-pushed the renovate/test-packages branch from f26055d to a0c91ee Compare September 23, 2025 08:35
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.55 Update dependency phpunit/phpunit to v10.5.56 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/test-packages branch from a0c91ee to 61723b9 Compare September 24, 2025 11:15
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.56 Update dependency phpunit/phpunit to v10.5.57 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/test-packages branch from 61723b9 to 4b9c99a Compare September 28, 2025 13:57
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.57 Update dependency phpunit/phpunit to v10.5.58 Sep 28, 2025
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.58 Update dependency phpunit/phpunit to v10.5.58 - autoclosed Oct 9, 2025
@renovate renovate bot closed this Oct 9, 2025
@renovate renovate bot deleted the renovate/test-packages branch October 9, 2025 15:09
| datasource | package         | from    | to      |
| ---------- | --------------- | ------- | ------- |
| packagist  | phpunit/phpunit | 10.0.16 | 10.5.58 |
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.58 - autoclosed Update dependency phpunit/phpunit to v10.5.58 Oct 9, 2025
@renovate renovate bot reopened this Oct 9, 2025
@renovate renovate bot force-pushed the renovate/test-packages branch 2 times, most recently from 4b9c99a to 9f5dc41 Compare October 9, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants