diff --git a/composer.json b/composer.json index 8ed05db4..d6a3d399 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ergebnis/phpunit-slow-test-detector": "^2.3.2", "ergebnis/rector-rules": "~0.1.0", "fakerphp/faker": "^1.23.0", - "phpunit/phpunit": "^10.4.1", + "phpunit/phpunit": "^10.4.2", "psalm/plugin-phpunit": "~0.18.4", "rector/rector": "~0.18.6", "symfony/filesystem": "^6.3.1", diff --git a/composer.lock b/composer.lock index f3049b3d..f59d0d91 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": "cb7851a2f2d44e532c0e5052b73ff8e5", + "content-hash": "8388e2ced5d8a25444230613e0ba88cd", "packages": [ { "name": "composer/pcre", @@ -4252,16 +4252,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.4.1", + "version": "10.4.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "62bd7af13d282deeb95650077d28ba3600ca321c" + "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/62bd7af13d282deeb95650077d28ba3600ca321c", - "reference": "62bd7af13d282deeb95650077d28ba3600ca321c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", + "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", "shasum": "" }, "require": { @@ -4333,7 +4333,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.4.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2" }, "funding": [ { @@ -4349,7 +4349,7 @@ "type": "tidelift" } ], - "time": "2023-10-08T05:01:11+00:00" + "time": "2023-10-26T07:21:45+00:00" }, { "name": "psalm/plugin-phpunit",