diff --git a/composer.json b/composer.json index d99f019..3b0575f 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": ">=7.4" }, "require-dev": { - "phpunit/phpunit": "10.5.13", + "phpunit/phpunit": "10.5.14", "infection/codeception-adapter": "0.4.3", "infection/infection": "0.27.11" }, diff --git a/composer.lock b/composer.lock index 96ed4e9..b0470bd 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": "49681cbc54051d3eeb7c056e0e63923c", + "content-hash": "aa3da73e43792a6c6c6a870e03a10db4", "packages": [], "packages-dev": [ { @@ -1382,16 +1382,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.13", + "version": "10.5.14", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "20a63fc1c6db29b15da3bd02d4b6cf59900088a7" + "reference": "4cf8824bab39c2dd57b57b9f6332f7135e2a3a49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/20a63fc1c6db29b15da3bd02d4b6cf59900088a7", - "reference": "20a63fc1c6db29b15da3bd02d4b6cf59900088a7", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4cf8824bab39c2dd57b57b9f6332f7135e2a3a49", + "reference": "4cf8824bab39c2dd57b57b9f6332f7135e2a3a49", "shasum": "" }, "require": { @@ -1463,7 +1463,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.13" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.14" }, "funding": [ { @@ -1479,7 +1479,7 @@ "type": "tidelift" } ], - "time": "2024-03-12T15:37:41+00:00" + "time": "2024-03-21T07:31:09+00:00" }, { "name": "psr/container",