build(deps-dev): bump phpunit/phpunit from 11.2.6 to 11.2.8

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

---
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-07-25 16:51:00 +00:00
committed by GitHub
parent d48f6a8bd1
commit 4daea4cfb7

48
composer.lock generated
View File

@@ -10181,16 +10181,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "11.2.6", "version": "11.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "1dc0fedac703199e8704de085e47dd46bac0dde4" "reference": "a7a29e8d3113806f18f99d670f580a30e8ffff39"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1dc0fedac703199e8704de085e47dd46bac0dde4", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a7a29e8d3113806f18f99d670f580a30e8ffff39",
"reference": "1dc0fedac703199e8704de085e47dd46bac0dde4", "reference": "a7a29e8d3113806f18f99d670f580a30e8ffff39",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10200,25 +10200,25 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-xml": "*", "ext-xml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.1", "myclabs/deep-copy": "^1.12.0",
"phar-io/manifest": "^2.0.3", "phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.0.2", "phar-io/version": "^3.2.1",
"php": ">=8.2", "php": ">=8.2",
"phpunit/php-code-coverage": "^11.0", "phpunit/php-code-coverage": "^11.0.5",
"phpunit/php-file-iterator": "^5.0", "phpunit/php-file-iterator": "^5.0.1",
"phpunit/php-invoker": "^5.0", "phpunit/php-invoker": "^5.0.1",
"phpunit/php-text-template": "^4.0", "phpunit/php-text-template": "^4.0.1",
"phpunit/php-timer": "^7.0", "phpunit/php-timer": "^7.0.1",
"sebastian/cli-parser": "^3.0", "sebastian/cli-parser": "^3.0.2",
"sebastian/code-unit": "^3.0", "sebastian/code-unit": "^3.0.1",
"sebastian/comparator": "^6.0", "sebastian/comparator": "^6.0.1",
"sebastian/diff": "^6.0", "sebastian/diff": "^6.0.2",
"sebastian/environment": "^7.0", "sebastian/environment": "^7.2.0",
"sebastian/exporter": "^6.1.2", "sebastian/exporter": "^6.1.3",
"sebastian/global-state": "^7.0", "sebastian/global-state": "^7.0.2",
"sebastian/object-enumerator": "^6.0", "sebastian/object-enumerator": "^6.0.1",
"sebastian/type": "^5.0", "sebastian/type": "^5.0.1",
"sebastian/version": "^5.0" "sebastian/version": "^5.0.1"
}, },
"suggest": { "suggest": {
"ext-soap": "To be able to generate mocks based on WSDL files" "ext-soap": "To be able to generate mocks based on WSDL files"
@@ -10261,7 +10261,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.6" "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.8"
}, },
"funding": [ "funding": [
{ {
@@ -10277,7 +10277,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-07-03T05:51:49+00:00" "time": "2024-07-18T14:56:37+00:00"
}, },
{ {
"name": "rector/rector", "name": "rector/rector",