From fe9811acec4c8ea323e115a8ad28c8156ea6a9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 08:02:45 +0000 Subject: [PATCH] composer(deps-dev): Bump psalm/plugin-phpunit from 0.18.1 to 0.18.3 Bumps [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) from 0.18.1 to 0.18.3. - [Release notes](https://github.com/psalm/psalm-plugin-phpunit/releases) - [Commits](https://github.com/psalm/psalm-plugin-phpunit/compare/0.18.1...0.18.3) --- updated-dependencies: - dependency-name: psalm/plugin-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 bcd337a0..0a57005f 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "fakerphp/faker": "^1.20.0", "infection/infection": "~0.26.6", "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "~0.18.1", + "psalm/plugin-phpunit": "~0.18.3", "vimeo/psalm": "^4.30.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 80683a0c..bc000195 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": "444c40db3b2c2e243a8cf3820f97827d", + "content-hash": "b5ab538230e250888e273989d86a043b", "packages": [], "packages-dev": [ { @@ -2459,16 +2459,16 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.18.1", + "version": "0.18.3", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-phpunit.git", - "reference": "6d932594bb56cd8c8dad81df2b242ada86b7a892" + "reference": "057c1cdf7546c1e427f6fd83b635d0cc18c252bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/6d932594bb56cd8c8dad81df2b242ada86b7a892", - "reference": "6d932594bb56cd8c8dad81df2b242ada86b7a892", + "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/057c1cdf7546c1e427f6fd83b635d0cc18c252bf", + "reference": "057c1cdf7546c1e427f6fd83b635d0cc18c252bf", "shasum": "" }, "require": { @@ -2513,9 +2513,9 @@ "description": "Psalm plugin for PHPUnit", "support": { "issues": "https://github.com/psalm/psalm-plugin-phpunit/issues", - "source": "https://github.com/psalm/psalm-plugin-phpunit/tree/0.18.1" + "source": "https://github.com/psalm/psalm-plugin-phpunit/tree/0.18.3" }, - "time": "2022-11-02T17:50:18+00:00" + "time": "2022-11-03T18:17:28+00:00" }, { "name": "psr/cache",