From 8c0ceace6f1bdf7a19f7c2b6dbe99bddc9e5e92f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:33:54 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10.5.10 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 874b3c9..6b79fbe 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "ext-json": "*", "roave/security-advisories": "dev-latest", - "phpunit/phpunit": "10.5.8", + "phpunit/phpunit": "10.5.10", "squizlabs/php_codesniffer": "3.8.1" }, "autoload": { diff --git a/composer.lock b/composer.lock index 673c3e9..620425c 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": "96b52b7aa84728d38a7cb8139a84d1f2", + "content-hash": "b964845e3ae33157d43305550c7a4051", "packages": [ { "name": "personnummer/personnummer", @@ -635,16 +635,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.8", + "version": "10.5.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "08f4fa74d5fbfff1ef22abffee47aaedcaea227e" + "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/08f4fa74d5fbfff1ef22abffee47aaedcaea227e", - "reference": "08f4fa74d5fbfff1ef22abffee47aaedcaea227e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/50b8e314b6d0dd06521dc31d1abffa73f25f850c", + "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c", "shasum": "" }, "require": { @@ -716,7 +716,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.8" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.10" }, "funding": [ { @@ -732,7 +732,7 @@ "type": "tidelift" } ], - "time": "2024-01-19T07:07:27+00:00" + "time": "2024-02-04T09:07:51+00:00" }, { "name": "roave/security-advisories",