1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

composer(deps-dev): bump phpunit/phpunit from 11.4.1 to 11.4.2 (#1099)

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

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

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]
2024-10-21 19:09:02 +03:00
committed by GitHub
parent a20418eb35
commit f183952bb9
2 changed files with 17 additions and 17 deletions

32
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c0deb4f37e34214c8e5b54d96906b882",
"content-hash": "c9f7d957a2615796cbb84955e375cefb",
"packages": [],
"packages-dev": [
{
@@ -1069,16 +1069,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.4.1",
"version": "11.4.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "7875627f15f4da7e7f0823d1f323f7295a77334e"
"reference": "1863643c3f04ad03dcb9c6996c294784cdda4805"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7875627f15f4da7e7f0823d1f323f7295a77334e",
"reference": "7875627f15f4da7e7f0823d1f323f7295a77334e",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1863643c3f04ad03dcb9c6996c294784cdda4805",
"reference": "1863643c3f04ad03dcb9c6996c294784cdda4805",
"shasum": ""
},
"require": {
@@ -1092,21 +1092,21 @@
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.2",
"phpunit/php-code-coverage": "^11.0.6",
"phpunit/php-code-coverage": "^11.0.7",
"phpunit/php-file-iterator": "^5.1.0",
"phpunit/php-invoker": "^5.0.1",
"phpunit/php-text-template": "^4.0.1",
"phpunit/php-timer": "^7.0.1",
"sebastian/cli-parser": "^3.0.2",
"sebastian/code-unit": "^3.0.1",
"sebastian/comparator": "^6.1.0",
"sebastian/comparator": "^6.1.1",
"sebastian/diff": "^6.0.2",
"sebastian/environment": "^7.2.0",
"sebastian/exporter": "^6.1.3",
"sebastian/global-state": "^7.0.2",
"sebastian/object-enumerator": "^6.0.1",
"sebastian/type": "^5.1.0",
"sebastian/version": "^5.0.1"
"sebastian/version": "^5.0.2"
},
"suggest": {
"ext-soap": "To be able to generate mocks based on WSDL files"
@@ -1149,7 +1149,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.1"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.2"
},
"funding": [
{
@@ -1165,7 +1165,7 @@
"type": "tidelift"
}
],
"time": "2024-10-08T15:38:37+00:00"
"time": "2024-10-19T13:05:19+00:00"
},
{
"name": "psr/container",
@@ -2022,16 +2022,16 @@
},
{
"name": "sebastian/comparator",
"version": "6.1.0",
"version": "6.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "fa37b9e2ca618cb051d71b60120952ee8ca8b03d"
"reference": "5ef523a49ae7a302b87b2102b72b1eda8918d686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa37b9e2ca618cb051d71b60120952ee8ca8b03d",
"reference": "fa37b9e2ca618cb051d71b60120952ee8ca8b03d",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5ef523a49ae7a302b87b2102b72b1eda8918d686",
"reference": "5ef523a49ae7a302b87b2102b72b1eda8918d686",
"shasum": ""
},
"require": {
@@ -2087,7 +2087,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
"source": "https://github.com/sebastianbergmann/comparator/tree/6.1.0"
"source": "https://github.com/sebastianbergmann/comparator/tree/6.1.1"
},
"funding": [
{
@@ -2095,7 +2095,7 @@
"type": "github"
}
],
"time": "2024-09-11T15:42:56+00:00"
"time": "2024-10-18T15:00:48+00:00"
},
{
"name": "sebastian/complexity",