Bump phpunit/phpunit in the dev-dependencies group (#139)

Bumps the dev-dependencies group with 1 update: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).


Updates `phpunit/phpunit` from 13.1.13 to 13.1.14
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.1.14/ChangeLog-13.1.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/13.1.13...13.1.14)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-version: 13.1.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-04 23:56:53 +00:00
committed by GitHub
parent 2997323f0e
commit 56d89e42d6
Generated
+8 -8
View File
@@ -10331,16 +10331,16 @@
},
{
"name": "phpunit/phpunit",
"version": "13.1.13",
"version": "13.1.14",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "ddf7f25d9ee9652b464475d7f3bacde2613e355e"
"reference": "cdd419c33c040c6b570e51dba8ecbe81d399da53"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ddf7f25d9ee9652b464475d7f3bacde2613e355e",
"reference": "ddf7f25d9ee9652b464475d7f3bacde2613e355e",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cdd419c33c040c6b570e51dba8ecbe81d399da53",
"reference": "cdd419c33c040c6b570e51dba8ecbe81d399da53",
"shasum": ""
},
"require": {
@@ -10354,7 +10354,7 @@
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.4.1",
"phpunit/php-code-coverage": "^14.1.9",
"phpunit/php-code-coverage": "^14.1.10",
"phpunit/php-file-iterator": "^7.0.0",
"phpunit/php-invoker": "^7.0.0",
"phpunit/php-text-template": "^6.0.0",
@@ -10365,7 +10365,7 @@
"sebastian/environment": "^9.3.2",
"sebastian/exporter": "^8.1.0",
"sebastian/git-state": "^1.0",
"sebastian/global-state": "^9.0.0",
"sebastian/global-state": "^9.0.1",
"sebastian/object-enumerator": "^8.0.0",
"sebastian/recursion-context": "^8.0.0",
"sebastian/type": "^7.0.1",
@@ -10410,7 +10410,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/13.1.13"
"source": "https://github.com/sebastianbergmann/phpunit/tree/13.1.14"
},
"funding": [
{
@@ -10418,7 +10418,7 @@
"type": "other"
}
],
"time": "2026-05-27T14:03:08+00:00"
"time": "2026-06-04T06:16:42+00:00"
},
{
"name": "react/cache",