[PR #429] [MERGED] chore(deps-dev): bump phpunit/phpunit from 11.0.4 to 11.0.5 #1095

Closed
opened 2026-03-15 15:52:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/429
Author: @dependabot[bot]
Created: 3/11/2024
Status: Merged
Merged: 3/11/2024
Merged by: @sadok-f

Base: mainHead: dependabot/composer/phpunit/phpunit-11.0.5


📝 Commits (1)

  • 679eddb chore(deps-dev): bump phpunit/phpunit from 11.0.4 to 11.0.5

📊 Changes

1 file changed (+18 additions, -18 deletions)

View changed files

📝 composer.lock (+18 -18)

📄 Description

Bumps phpunit/phpunit from 11.0.4 to 11.0.5.

Release notes

Sourced from phpunit/phpunit's releases.

11.0.5

Fixed

  • #5652: HRTime::duration() throws InvalidArgumentException
  • --exclude-filter CLI option does not work

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.0.5] - 2024-03-09

Fixed

  • #5652: HRTime::duration() throws InvalidArgumentException
  • --exclude-filter CLI option does not work
Commits
  • da2de39 Prepare release
  • 55a4e96 Merge branch '10.5' into 11.0
  • 41a9886 Prepare release
  • 5f3854e Merge branch '9.6' into 10.5
  • 5384dd1 Merge branch '8.5' into 9.6
  • 944c4c6 Add link to documentation
  • 34b51b2 Enhancement: Create release when tag is pushed
  • aac7726 Initial work on script that extracts release notes from ChangeLog file #5550
  • 205897a Merge branch '10.5' into 11.0
  • 5a7ea4e Update dependencies
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/flyimg/flyimg/pull/429 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/11/2024 **Status:** ✅ Merged **Merged:** 3/11/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-11.0.5` --- ### 📝 Commits (1) - [`679eddb`](https://github.com/flyimg/flyimg/commit/679eddbc43d5f8fb682d4d704a8a25eb23838ad8) chore(deps-dev): bump phpunit/phpunit from 11.0.4 to 11.0.5 ### 📊 Changes **1 file changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+18 -18) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.0.4 to 11.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/releases">phpunit/phpunit's releases</a>.</em></p> <blockquote> <h2>11.0.5</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5652">#5652</a>: <code>HRTime::duration()</code> throws <code>InvalidArgumentException</code></li> <li><code>--exclude-filter</code> CLI option does not work</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.0/installation.html">How to install or update PHPUnit</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/11.0.5/ChangeLog-11.0.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[11.0.5] - 2024-03-09</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5652">#5652</a>: <code>HRTime::duration()</code> throws <code>InvalidArgumentException</code></li> <li><code>--exclude-filter</code> CLI option does not work</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/da2de3900beab025398ba37705b0f5ecafb3e1ab"><code>da2de39</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/55a4e9614de7da0eb36c5c5318fa0f88f314c12b"><code>55a4e96</code></a> Merge branch '10.5' into 11.0</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/41a9886b85ac7bf3929853baf96b95361cd69d2b"><code>41a9886</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/5f3854e2e8524d5e2877b7938ed8954458387377"><code>5f3854e</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/5384dd18a682f1cb26d97e1958ae054a557ac9ba"><code>5384dd1</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/944c4c615f345458f3bb5fe6ec336cc91aa0375d"><code>944c4c6</code></a> Add link to documentation</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/34b51b25858c9567ac86a0b8f22bd78cf71e7169"><code>34b51b2</code></a> Enhancement: Create release when tag is pushed</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/aac77264cd69850ff55eaba6b9f2fccb4d9069f2"><code>aac7726</code></a> Initial work on script that extracts release notes from ChangeLog file <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5550">#5550</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/205897a19558302287afda502deb71fac8f52cc8"><code>205897a</code></a> Merge branch '10.5' into 11.0</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/5a7ea4e113858bd2df23eaa62cb06845133ba9f2"><code>5a7ea4e</code></a> Update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.0.4...11.0.5">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=11.0.4&new-version=11.0.5)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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-03-15 15:52:20 +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/flyimg#1095
No description provided.