diff --git a/composer.json b/composer.json index 103e4e55..1e8b0dfb 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "phpstan/phpstan-doctrine": "^1.3.43", "phpstan/phpstan-phpunit": "^1.3.14", "phpstan/phpstan-strict-rules": "^1.5.1", - "phpunit/phpunit": "^10.4.0", + "phpunit/phpunit": "^10.4.1", "psalm/plugin-phpunit": "~0.18.4", "ramsey/uuid": "^4.7.4", "rector/rector": "~0.18.5", diff --git a/composer.lock b/composer.lock index 64b73e34..66ab5ddb 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": "8f6d3e7f1b60599786231fa20f5c9602", + "content-hash": "f511ef550833e980e14b8670193a7740", "packages": [ { "name": "composer/package-versions-deprecated", @@ -5392,16 +5392,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.4.0", + "version": "10.4.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "9784e877e3700de37475545bdbdce8383ff53d25" + "reference": "62bd7af13d282deeb95650077d28ba3600ca321c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9784e877e3700de37475545bdbdce8383ff53d25", - "reference": "9784e877e3700de37475545bdbdce8383ff53d25", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/62bd7af13d282deeb95650077d28ba3600ca321c", + "reference": "62bd7af13d282deeb95650077d28ba3600ca321c", "shasum": "" }, "require": { @@ -5473,7 +5473,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.0" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.1" }, "funding": [ { @@ -5489,7 +5489,7 @@ "type": "tidelift" } ], - "time": "2023-10-06T03:41:22+00:00" + "time": "2023-10-08T05:01:11+00:00" }, { "name": "psalm/plugin-phpunit",