From c045e9f52da49c05633b7651a55a8423de11a685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:00:41 +0000 Subject: [PATCH] composer(deps-dev): Bump psalm/plugin-phpunit from 0.18.0 to 0.18.1 Bumps [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/psalm/psalm-plugin-phpunit/releases) - [Commits](https://github.com/psalm/psalm-plugin-phpunit/compare/0.18.0...0.18.1) --- 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 acf252e..1b11461 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "ergebnis/license": "^1.1.0", "ergebnis/php-cs-fixer-config": "^2.14.0", "phpunit/phpunit": "^8.5.31", - "psalm/plugin-phpunit": "~0.18.0", + "psalm/plugin-phpunit": "~0.18.1", "vimeo/psalm": "^4.29.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index ed56ae0..682501f 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": "8d6487624901be3b3a988aab61349909", + "content-hash": "5e9e4b5e8cb73ffea37dd5de99296f54", "packages": [], "packages-dev": [ { @@ -2355,16 +2355,16 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.18.0", + "version": "0.18.1", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-phpunit.git", - "reference": "e61073617d3efd4d9dee3b830f754f5283306aff" + "reference": "6d932594bb56cd8c8dad81df2b242ada86b7a892" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/e61073617d3efd4d9dee3b830f754f5283306aff", - "reference": "e61073617d3efd4d9dee3b830f754f5283306aff", + "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/6d932594bb56cd8c8dad81df2b242ada86b7a892", + "reference": "6d932594bb56cd8c8dad81df2b242ada86b7a892", "shasum": "" }, "require": { @@ -2409,9 +2409,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.0" + "source": "https://github.com/psalm/psalm-plugin-phpunit/tree/0.18.1" }, - "time": "2022-11-01T18:44:31+00:00" + "time": "2022-11-02T17:50:18+00:00" }, { "name": "psr/cache",