Bump phpunit/phpunit from 10.5.30 to 10.5.32

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.30 to 10.5.32.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.32/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.30...10.5.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-09 03:41:21 +00:00 committed by GitHub
parent 1b75b778d8
commit 9f1840dc05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
composer.lock generated
View File

@ -11780,16 +11780,16 @@
},
{
"name": "phpunit/phpunit",
"version": "10.5.30",
"version": "10.5.32",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "b15524febac0153876b4ba9aab3326c2ee94c897"
"reference": "f069f46840445d37a4e6f0de8c5879598f9c4327"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b15524febac0153876b4ba9aab3326c2ee94c897",
"reference": "b15524febac0153876b4ba9aab3326c2ee94c897",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f069f46840445d37a4e6f0de8c5879598f9c4327",
"reference": "f069f46840445d37a4e6f0de8c5879598f9c4327",
"shasum": ""
},
"require": {
@ -11803,7 +11803,7 @@
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.1",
"phpunit/php-code-coverage": "^10.1.15",
"phpunit/php-code-coverage": "^10.1.16",
"phpunit/php-file-iterator": "^4.1.0",
"phpunit/php-invoker": "^4.0.0",
"phpunit/php-text-template": "^3.0.1",
@ -11861,7 +11861,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.30"
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.32"
},
"funding": [
{
@ -11877,7 +11877,7 @@
"type": "tidelift"
}
],
"time": "2024-08-13T06:09:37+00:00"
"time": "2024-09-04T13:33:39+00:00"
},
{
"name": "sebastian/cli-parser",