Update dependency phpunit/phpunit to v11.5.9
Some checks failed
rector / Rector (pull_request) Successful in 1m35s
Apply PHP CS Fixer / php-cs-fixer (push) Failing after 14s
CI / build-test (push) Failing after 1m32s
rector / Rector (push) Successful in 1m29s

This commit is contained in:
Renovate Bot 2025-02-22 00:02:49 +00:00
parent 2bd4a99da1
commit 08cffee1c1

16
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "09b0cba6b5c8196a5507c7b8a9524e02", "content-hash": "72ea41f1f7c8eb87e441882a22736fba",
"packages": [ "packages": [
{ {
"name": "composer/semver", "name": "composer/semver",
@ -9871,16 +9871,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "11.5.8", "version": "11.5.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "c9bd61aab12f0fc5e82ecfe621ff518a1d1f1049" "reference": "c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c9bd61aab12f0fc5e82ecfe621ff518a1d1f1049", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b",
"reference": "c9bd61aab12f0fc5e82ecfe621ff518a1d1f1049", "reference": "c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9890,7 +9890,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-xml": "*", "ext-xml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.12.1", "myclabs/deep-copy": "^1.13.0",
"phar-io/manifest": "^2.0.4", "phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1", "phar-io/version": "^3.2.1",
"php": ">=8.2", "php": ">=8.2",
@ -9952,7 +9952,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.5.8" "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.9"
}, },
"funding": [ "funding": [
{ {
@ -9968,7 +9968,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-02-18T06:26:59+00:00" "time": "2025-02-21T06:08:50+00:00"
}, },
{ {
"name": "react/cache", "name": "react/cache",