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.3.6 to 11.4.0 (#1086)

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

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

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-07 23:40:45 +05:00
committed by GitHub
parent 9e00b2ab31
commit 27fbef13e9
2 changed files with 15 additions and 15 deletions

28
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": "2a3dd6b1ec8a6dc25f1d5f5b223c9927",
"content-hash": "6f6b97c3f2668e6a279fb4849c7574ba",
"packages": [],
"packages-dev": [
{
@@ -570,16 +570,16 @@
},
{
"name": "nikic/php-parser",
"version": "v5.2.0",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb"
"reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb",
"reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3abf7425cd284141dc5d8d14a9ee444de3345d1a",
"reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a",
"shasum": ""
},
"require": {
@@ -622,9 +622,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.2.0"
"source": "https://github.com/nikic/PHP-Parser/tree/v5.3.0"
},
"time": "2024-09-15T16:40:33+00:00"
"time": "2024-09-29T13:56:26+00:00"
},
{
"name": "phar-io/manifest",
@@ -1069,16 +1069,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.3.6",
"version": "11.4.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "d62c45a19c665bb872c2a47023a0baf41a98bb2b"
"reference": "89fe0c530133c08f7fff89d3d727154e4e504925"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d62c45a19c665bb872c2a47023a0baf41a98bb2b",
"reference": "d62c45a19c665bb872c2a47023a0baf41a98bb2b",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/89fe0c530133c08f7fff89d3d727154e4e504925",
"reference": "89fe0c530133c08f7fff89d3d727154e4e504925",
"shasum": ""
},
"require": {
@@ -1117,7 +1117,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "11.3-dev"
"dev-main": "11.4-dev"
}
},
"autoload": {
@@ -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.3.6"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.0"
},
"funding": [
{
@@ -1165,7 +1165,7 @@
"type": "tidelift"
}
],
"time": "2024-09-19T10:54:28+00:00"
"time": "2024-10-05T08:39:03+00:00"
},
{
"name": "psr/container",