Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2024-10-28T15:41:19Z
Commit: composer(deps-dev): bump phpunit/phpunit from 11.4.2 to 11.4.3 · php/web-php@d5b6db9 · GitHub
Raw diff: https://github.com/php/web-php/commit/d5b6db9ddeb5024fb39ea11a49a463d6ebeae8d3.diff
composer(deps-dev): bump phpunit/phpunit from 11.4.2 to 11.4.3
Bumps [phpunit/phpunit](GitHub - sebastianbergmann/phpunit: The PHP Unit Testing framework.) from 11.4.2 to 11.4.3.
- [Release notes](Releases · sebastianbergmann/phpunit · GitHub)
- [Changelog](phpunit/ChangeLog-11.4.md at 11.4.3 · sebastianbergmann/phpunit · GitHub)
- [Commits](Comparing 11.4.2...11.4.3 · sebastianbergmann/phpunit · GitHub)
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 8f7e3cd561..587d15edfe 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.4.2"
+ "phpunit/phpunit": "^11.4.3"
},
"autoload": {
"psr-4": {
diff --git a/composer.lock b/composer.lock
index 0a0d409da5..e4eb7e796f 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": "c9f7d957a2615796cbb84955e375cefb",
+ "content-hash": "98e690a64c1368304ebcdee162b454ad",
"packages": ,
"packages-dev": [
{
@@ -1069,16 +1069,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "11.4.2",
+ "version": "11.4.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "1863643c3f04ad03dcb9c6996c294784cdda4805"
+ "reference": "e8e8ed1854de5d36c088ec1833beae40d2dedd76"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1863643c3f04ad03dcb9c6996c294784cdda4805",
- "reference": "1863643c3f04ad03dcb9c6996c294784cdda4805",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e8e8ed1854de5d36c088ec1833beae40d2dedd76",
+ "reference": "e8e8ed1854de5d36c088ec1833beae40d2dedd76",
"shasum": ""
},
"require": {
@@ -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.2"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.3"
},
"funding": [
{
@@ -1165,7 +1165,7 @@
"type": "tidelift"
}
],
- "time": "2024-10-19T13:05:19+00:00"
+ "time": "2024-10-28T13:07:50+00:00"
},
{
"name": "psr/container",