diff --git a/composer.json b/composer.json index 6b7fceb..d4ac6e0 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ergebnis/php-cs-fixer-config": "~5.11.0", "ergebnis/phpunit-slow-test-detector": "^2.3.0", "infection/infection": "~0.27.0", - "phpunit/phpunit": "^10.2.5", + "phpunit/phpunit": "^10.2.6", "psalm/plugin-phpunit": "~0.18.4", "rector/rector": "~0.17.6", "vimeo/psalm": "^5.13.1" diff --git a/composer.lock b/composer.lock index 55e4a96..53d9745 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": "67161235579ecb8d1e4fd7cf16baf98c", + "content-hash": "b2ba962e2cc94690a33fba34de4ba507", "packages": [ { "name": "psr/clock", @@ -3072,16 +3072,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.2.5", + "version": "10.2.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "15a89f123d8ca9c1e1598d6d87a56a8bf28c72cd" + "reference": "1c17815c129f133f3019cc18e8d0c8622e6d9bcd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/15a89f123d8ca9c1e1598d6d87a56a8bf28c72cd", - "reference": "15a89f123d8ca9c1e1598d6d87a56a8bf28c72cd", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1c17815c129f133f3019cc18e8d0c8622e6d9bcd", + "reference": "1c17815c129f133f3019cc18e8d0c8622e6d9bcd", "shasum": "" }, "require": { @@ -3153,7 +3153,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.2.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.6" }, "funding": [ { @@ -3169,7 +3169,7 @@ "type": "tidelift" } ], - "time": "2023-07-14T04:18:47+00:00" + "time": "2023-07-17T12:08:28+00:00" }, { "name": "psalm/plugin-phpunit",