diff --git a/composer.json b/composer.json index 18a20b1..24c9f20 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "^8.2 || ^8.2 || ^8.3 || ^8.4" }, "require-dev": { - "phpunit/phpunit": "9.6.30", + "phpunit/phpunit": "9.6.31", "squizlabs/php_codesniffer": "4.0.1", "php-coveralls/php-coveralls": "2.9.0" }, diff --git a/composer.lock b/composer.lock index e40fe44..ba5b643 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": "d8c0df2d2ea8e55634883eb8ed83de86", + "content-hash": "f2fc83c58b3c132efdc1f5b34636bae4", "packages": [], "packages-dev": [ { @@ -1042,16 +1042,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.30", + "version": "9.6.31", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "b69489b312503bf8fa6d75a76916919d7d2fa6d4" + "reference": "945d0b7f346a084ce5549e95289962972c4272e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b69489b312503bf8fa6d75a76916919d7d2fa6d4", - "reference": "b69489b312503bf8fa6d75a76916919d7d2fa6d4", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/945d0b7f346a084ce5549e95289962972c4272e5", + "reference": "945d0b7f346a084ce5549e95289962972c4272e5", "shasum": "" }, "require": { @@ -1125,7 +1125,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.30" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.31" }, "funding": [ { @@ -1149,7 +1149,7 @@ "type": "tidelift" } ], - "time": "2025-12-01T07:35:08+00:00" + "time": "2025-12-06T07:45:52+00:00" }, { "name": "psr/container",