Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2024-10-07T15:22:56Z
Commit: composer(deps-dev): bump phpunit/phpunit from 11.3.6 to 11.4.0 · php/web-php@f540ac2 · GitHub
Raw diff: https://github.com/php/web-php/commit/f540ac2ac813cb8f638bcea14533aac59aa55bf6.diff
composer(deps-dev): bump phpunit/phpunit from 11.3.6 to 11.4.0
Bumps [phpunit/phpunit](GitHub - sebastianbergmann/phpunit: The PHP Unit Testing framework.) from 11.3.6 to 11.4.0.
- [Release notes](Releases · sebastianbergmann/phpunit · GitHub)
- [Changelog](phpunit/ChangeLog-11.4.md at 11.4.0 · sebastianbergmann/phpunit · GitHub)
- [Commits](Comparing 11.3.6...11.4.0 · sebastianbergmann/phpunit · GitHub)
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Changed paths:
M composer.json
M composer.lock
Diff:
diff --git a/composer.json b/composer.json
index a6c326862a..4237658051 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
"require-dev": {
"ext-curl": "*",
"friendsofphp/php-cs-fixer": "^3.64.0",
- "phpunit/phpunit": "^11.3.6"
+ "phpunit/phpunit": "^11.4.0"
},
"autoload": {
"psr-4": {
diff --git a/composer.lock b/composer.lock
index b5839ccf55..c14aab91c2 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at Basic usage - Composer,
"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",