diff --git a/composer.json b/composer.json index c270682f..8dfd3a18 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "mikey179/vfsstream": "^1.6.11", "phing/phing": "^2.17.4", "phpstan/phpstan": "^1.10.56", - "phpunit/phpunit": "^10.5.8", + "phpunit/phpunit": "^10.5.9", "roave/infection-static-analysis-plugin": "^1.34.0", "vimeo/psalm": "^5.20.0" }, diff --git a/composer.lock b/composer.lock index d6336f06..8ba84fb6 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": "dc6a01387dd186df9ba413c7e5e4d550", + "content-hash": "99b5e5fa2929986b92ce09e2cad15afd", "packages": [ { "name": "nikic/php-parser", @@ -3111,16 +3111,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.8", + "version": "10.5.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "08f4fa74d5fbfff1ef22abffee47aaedcaea227e" + "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/08f4fa74d5fbfff1ef22abffee47aaedcaea227e", - "reference": "08f4fa74d5fbfff1ef22abffee47aaedcaea227e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe", + "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe", "shasum": "" }, "require": { @@ -3192,7 +3192,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.9" }, "funding": [ { @@ -3208,7 +3208,7 @@ "type": "tidelift" } ], - "time": "2024-01-19T07:07:27+00:00" + "time": "2024-01-22T14:35:40+00:00" }, { "name": "psr/log",