From 2a7c5f4056a535fa258ae2a3776ead71e262d1d4 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Mon, 23 Dec 2024 10:41:32 -0600 Subject: [PATCH] Bump `phpunit/phpunit` from `11.5.1` to `11.5.2` Bumps `phpunit/phpunit` from `11.5.1` to `11.5.2`. - Update `composer.json` - Update `composer.lock` Signed-off-by: Nathanael Esayeas --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 74c2419f..df2f0022 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "ghostwriter/shell": "^0.1.0", "ghostwriter/uuid": "^1.0.1", "mockery/mockery": "^1.6.12", - "phpunit/phpunit": "^11.5.1", + "phpunit/phpunit": "^11.5.2", "symfony/var-dumper": "^7.2.0" }, "conflict": { diff --git a/composer.lock b/composer.lock index 22972c99..1b6ac774 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "fe768483e797b7ef8e9314054925932d", + "content-hash": "e327f9426b9440a0c1583836701a359f", "packages": [ { "name": "nikic/php-parser", @@ -542,13 +542,13 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.x-dev" - }, "phpstan": { "includes": [ "extension.neon" ] + }, + "branch-alias": { + "dev-main": "3.x-dev" } }, "autoload": { @@ -2475,16 +2475,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": { @@ -2498,13 +2498,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", @@ -2556,7 +2556,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": [ { @@ -2572,7 +2572,7 @@ "type": "tidelift" } ], - "time": "2024-12-11T10:52:48+00:00" + "time": "2024-12-21T05:51:08+00:00" }, { "name": "psr/container",