diff --git a/composer.json b/composer.json index a3305cd6..770e556e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ergebnis/composer-normalize": "^2.23.1", "ergebnis/license": "^1.2.0", "fakerphp/faker": "^1.19.0", - "phpunit/phpunit": "^9.5.15", + "phpunit/phpunit": "^9.5.16", "psalm/plugin-phpunit": "~0.16.1", "symfony/filesystem": "^4.4.0 || ^5.0.0", "vimeo/psalm": "^4.21" diff --git a/composer.lock b/composer.lock index 6ed7b75f..5840cb2b 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": "80d89bd698786db4c3dd29f7d80a767b", + "content-hash": "6fd24791b63c9630846dbb4143018512", "packages": [ { "name": "composer/pcre", @@ -3636,16 +3636,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.12", + "version": "9.2.13", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631" + "reference": "deac8540cb7bd40b2b8cfa679b76202834fd04e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631", - "reference": "c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/deac8540cb7bd40b2b8cfa679b76202834fd04e8", + "reference": "deac8540cb7bd40b2b8cfa679b76202834fd04e8", "shasum": "" }, "require": { @@ -3701,7 +3701,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.12" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.13" }, "funding": [ { @@ -3709,7 +3709,7 @@ "type": "github" } ], - "time": "2022-02-23T06:30:26+00:00" + "time": "2022-02-23T17:02:38+00:00" }, { "name": "phpunit/php-file-iterator", @@ -3954,16 +3954,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.15", + "version": "9.5.16", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "dc738383c519243b0a967f63943a848d3fd861aa" + "reference": "5ff8c545a50226c569310a35f4fa89d79f1ddfdc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/dc738383c519243b0a967f63943a848d3fd861aa", - "reference": "dc738383c519243b0a967f63943a848d3fd861aa", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5ff8c545a50226c569310a35f4fa89d79f1ddfdc", + "reference": "5ff8c545a50226c569310a35f4fa89d79f1ddfdc", "shasum": "" }, "require": { @@ -3979,7 +3979,7 @@ "phar-io/version": "^3.0.2", "php": ">=7.3", "phpspec/prophecy": "^1.12.1", - "phpunit/php-code-coverage": "^9.2.12", + "phpunit/php-code-coverage": "^9.2.13", "phpunit/php-file-iterator": "^3.0.5", "phpunit/php-invoker": "^3.1.1", "phpunit/php-text-template": "^2.0.3", @@ -4041,7 +4041,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.15" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.16" }, "funding": [ { @@ -4053,7 +4053,7 @@ "type": "github" } ], - "time": "2022-02-23T08:53:20+00:00" + "time": "2022-02-23T17:10:58+00:00" }, { "name": "psalm/plugin-phpunit",