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

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


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

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-version: 13.1.12
  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-05-26 05:21:04 +00:00
committed by GitHub
parent eb520a91d9
commit ea29f6ede7
Generated
+14 -14
View File
@@ -10197,16 +10197,16 @@
},
{
"name": "phpunit/phpunit",
"version": "13.1.11",
"version": "13.1.12",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "0f540976373361d1b4549adcb87913ce2116e904"
"reference": "ca98c9f757c0e1e0778ab8ff80c4fb84152facf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0f540976373361d1b4549adcb87913ce2116e904",
"reference": "0f540976373361d1b4549adcb87913ce2116e904",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ca98c9f757c0e1e0778ab8ff80c4fb84152facf8",
"reference": "ca98c9f757c0e1e0778ab8ff80c4fb84152facf8",
"shasum": ""
},
"require": {
@@ -10228,7 +10228,7 @@
"sebastian/cli-parser": "^5.0.0",
"sebastian/comparator": "^8.2.1",
"sebastian/diff": "^8.3.0",
"sebastian/environment": "^9.3.1",
"sebastian/environment": "^9.3.2",
"sebastian/exporter": "^8.1.0",
"sebastian/git-state": "^1.0",
"sebastian/global-state": "^9.0.0",
@@ -10276,7 +10276,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.11"
"source": "https://github.com/sebastianbergmann/phpunit/tree/13.1.12"
},
"funding": [
{
@@ -10284,7 +10284,7 @@
"type": "other"
}
],
"time": "2026-05-21T12:38:47+00:00"
"time": "2026-05-25T15:37:19+00:00"
},
{
"name": "react/cache",
@@ -11184,23 +11184,23 @@
},
{
"name": "sebastian/environment",
"version": "9.3.1",
"version": "9.3.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "a15fa79a5f5cfd0e9f6817dbcdb0048e99efa146"
"reference": "6c9e487c9eb706a8d258102a1c0b0a3e53e86c2e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a15fa79a5f5cfd0e9f6817dbcdb0048e99efa146",
"reference": "a15fa79a5f5cfd0e9f6817dbcdb0048e99efa146",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6c9e487c9eb706a8d258102a1c0b0a3e53e86c2e",
"reference": "6c9e487c9eb706a8d258102a1c0b0a3e53e86c2e",
"shasum": ""
},
"require": {
"php": ">=8.4"
},
"require-dev": {
"phpunit/phpunit": "^13.1.10"
"phpunit/phpunit": "^13.1.11"
},
"suggest": {
"ext-posix": "*"
@@ -11236,7 +11236,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"security": "https://github.com/sebastianbergmann/environment/security/policy",
"source": "https://github.com/sebastianbergmann/environment/tree/9.3.1"
"source": "https://github.com/sebastianbergmann/environment/tree/9.3.2"
},
"funding": [
{
@@ -11256,7 +11256,7 @@
"type": "tidelift"
}
],
"time": "2026-05-21T08:47:00+00:00"
"time": "2026-05-25T13:41:38+00:00"
},
{
"name": "sebastian/exporter",