[PR #536] [CLOSED] Bump phpunit/phpunit from 9.5.24 to 9.5.25 #560

Closed
opened 2026-02-26 06:31:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/536
Author: @dependabot[bot]
Created: 10/1/2022
Status: Closed

Base: masterHead: dependabot/composer/phpunit/phpunit-9.5.25


📝 Commits (1)

  • 52bf54e Bump phpunit/phpunit from 9.5.24 to 9.5.25

📊 Changes

1 file changed (+38 additions, -34 deletions)

View changed files

📝 composer.lock (+38 -34)

📄 Description

Bumps phpunit/phpunit from 9.5.24 to 9.5.25.

Changelog

Sourced from phpunit/phpunit's changelog.

[9.5.25] - 2022-09-25

Added

  • #5042: Support Disjunctive Normal Form types

Fixed

  • #4966: TestCase::assertSame() (and related exact comparisons) must compare float exactly
Commits
  • 3e6f90c Prepare release
  • e4a88c5 Merge branch '8.5' into 9.5
  • 4fd448d Prepare release
  • 94fbab8 Merge branch '8.5' into 9.5
  • 0869792 Fix: Run 'tools/php-cs-fixer fix'
  • 2b5cb60 Enhancement: Enable and configure native_function_invocation fixer
  • 630725f Merge branch '8.5' into 9.5
  • 63bd717 Enhancement: Enable no_unneeded_import_alias fixer
  • 186775f Merge branch '8.5' into 9.5
  • fe26cfb Enhancement: Use no_trailing_comma_in_singleline instead of deprecated fixers
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/536 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/phpunit/phpunit-9.5.25` --- ### 📝 Commits (1) - [`52bf54e`](https://github.com/nextcloud/twofactor_gateway/commit/52bf54e9e605686e2658a9749f3c365021d42933) Bump phpunit/phpunit from 9.5.24 to 9.5.25 ### 📊 Changes **1 file changed** (+38 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+38 -34) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.24 to 9.5.25. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[9.5.25] - 2022-09-25</h2> <h3>Added</h3> <ul> <li><a href="https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/5042">#5042</a>: Support Disjunctive Normal Form types</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/4966">#4966</a>: <code>TestCase::assertSame()</code> (and related exact comparisons) must compare <code>float</code> exactly</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d"><code>3e6f90c</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e4a88c5894202eb3d4d22263ee65d51f2bf01dfd"><code>e4a88c5</code></a> Merge branch '8.5' into 9.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/4fd448df9affda65a5faa58f8b93087d415216ce"><code>4fd448d</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/94fbab8f704e1d6001ef4f07eddad7f8ddf7e25c"><code>94fbab8</code></a> Merge branch '8.5' into 9.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/0869792066bd7dbe258f6e701c9a1490c088318b"><code>0869792</code></a> Fix: Run 'tools/php-cs-fixer fix'</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/2b5cb6028289c3fc15180b812106c7d369ae760c"><code>2b5cb60</code></a> Enhancement: Enable and configure native_function_invocation fixer</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/630725fafc803aa28a596bd5eabea25e3b4d8741"><code>630725f</code></a> Merge branch '8.5' into 9.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/63bd71708d970525acd97dd88d9ef20e5093c4e8"><code>63bd717</code></a> Enhancement: Enable no_unneeded_import_alias fixer</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/186775f8273914e60ef42ce8ffeef083cab49904"><code>186775f</code></a> Merge branch '8.5' into 9.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/fe26cfbdceee519e76879dadde5ab4c08a973cc7"><code>fe26cfb</code></a> Enhancement: Use no_trailing_comma_in_singleline instead of deprecated fixers</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/9.5.24...9.5.25">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=9.5.24&new-version=9.5.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#560
No description provided.