Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-12-23T23:54:48+03:00
Commit: composer(deps-dev): bump phpunit/phpunit from 11.5.1 to 11.5.2 (#1191) · php/web-php@8851952 · GitHub
Raw diff: https://github.com/php/web-php/commit/8851952f92b765337f43e8793da99349c3fde19b.diff
composer(deps-dev): bump phpunit/phpunit from 11.5.1 to 11.5.2 (#1191)
Bumps [phpunit/phpunit](GitHub - sebastianbergmann/phpunit: The PHP Unit Testing framework.) from 11.5.1 to 11.5.2.
- [Release notes](Releases · sebastianbergmann/phpunit · GitHub)
- [Changelog](phpunit/ChangeLog-11.5.md at 11.5.2 · sebastianbergmann/phpunit · GitHub)
- [Commits](Comparing 11.5.1...11.5.2 · 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Changed paths:
M composer.json
M composer.lock
Diff:
diff --git a/composer.json b/composer.json
index df8c9eb95a..27c52e5474 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
"require-dev": {
"ext-curl": "*",
"friendsofphp/php-cs-fixer": "^3.65.0",
- "phpunit/phpunit": "^11.5.1"
+ "phpunit/phpunit": "^11.5.2"
},
"autoload": {
"psr-4": {
diff --git a/composer.lock b/composer.lock
index 511b5e5f09..c1ed150e6d 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": "5b91e9aad924f5b3e739693c8b73dac8",
+ "content-hash": "a1625be07ce7a959976158f62653b01b",
"packages": ,
"packages-dev": [
{
@@ -1069,16 +1069,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "11.5.1",
+ "version": "11.5.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "2b94d4f2450b9869fa64a46fd8a6a41997aef56a"
+ "reference": "153d0531b9f7e883c5053160cad6dd5ac28140b3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2b94d4f2450b9869fa64a46fd8a6a41997aef56a",
- "reference": "2b94d4f2450b9869fa64a46fd8a6a41997aef56a",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/153d0531b9f7e883c5053160cad6dd5ac28140b3",
+ "reference": "153d0531b9f7e883c5053160cad6dd5ac28140b3",
"shasum": ""
},
"require": {
@@ -1092,13 +1092,13 @@
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.2",
- "phpunit/php-code-coverage": "^11.0.7",
+ "phpunit/php-code-coverage": "^11.0.8",
"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/code-unit": "^3.0.2",
"sebastian/comparator": "^6.2.1",
"sebastian/diff": "^6.0.2",
"sebastian/environment": "^7.2.0",
@@ -1150,7 +1150,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.5.1"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.2"
},
"funding": [
{
@@ -1166,7 +1166,7 @@
"type": "tidelift"
}
],
- "time": "2024-12-11T10:52:48+00:00"
+ "time": "2024-12-21T05:51:08+00:00"
},
{
"name": "psr/container",