From 130405038087e55b9686fad2cd15465d11479c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 07:44:33 +0000 Subject: [PATCH] composer(deps-dev): bump phpunit/phpunit from 8.5.15 to 8.5.16 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 8.5.15 to 8.5.16. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.15...8.5.16) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 8aa52155..feb78efc 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan-deprecation-rules": "~0.12.6", "phpstan/phpstan-phpunit": "~0.12.19", "phpstan/phpstan-strict-rules": "~0.12.9", - "phpunit/phpunit": "^8.5.15", + "phpunit/phpunit": "^8.5.16", "psalm/plugin-phpunit": "~0.15.2", "symfony/filesystem": "^5.3.0", "vimeo/psalm": "^4.7.3" diff --git a/composer.lock b/composer.lock index 36d831dd..dafffc9f 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": "46e8756a5873563cfc32885a7c9b003c", + "content-hash": "4116e5829cf779b09468f4d19b3c3701", "packages": [ { "name": "ergebnis/json-normalizer", @@ -3025,16 +3025,16 @@ }, { "name": "phpunit/phpunit", - "version": "8.5.15", + "version": "8.5.16", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "038d4196d8e8cb405cd5e82cedfe413ad6eef9ef" + "reference": "cc66f2fc61296be66c99931a862200e7456b9a01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/038d4196d8e8cb405cd5e82cedfe413ad6eef9ef", - "reference": "038d4196d8e8cb405cd5e82cedfe413ad6eef9ef", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cc66f2fc61296be66c99931a862200e7456b9a01", + "reference": "cc66f2fc61296be66c99931a862200e7456b9a01", "shasum": "" }, "require": { @@ -3106,7 +3106,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.15" + "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.16" }, "funding": [ { @@ -3118,7 +3118,7 @@ "type": "github" } ], - "time": "2021-03-17T07:27:54+00:00" + "time": "2021-06-05T04:46:20+00:00" }, { "name": "psalm/plugin-phpunit",