From 255d6a23c5d704b535fd88f51c539ac813625958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 08:10:40 +0000 Subject: [PATCH] composer(deps-dev): bump vimeo/psalm from 4.5.1 to 4.5.2 Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.5.1...4.5.2) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index c489f209..9396f61b 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan-strict-rules": "~0.12.9", "phpunit/phpunit": "~9.2.6", "psalm/plugin-phpunit": "~0.15.1", - "vimeo/psalm": "^4.5.1" + "vimeo/psalm": "^4.5.2" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index 351651da..cd05d91b 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": "c435496a199a324bf9033ee1ef6c25cf", + "content-hash": "f53de0523a4851b1e83db5d403f06e80", "packages": [], "packages-dev": [ { @@ -6057,16 +6057,16 @@ }, { "name": "vimeo/psalm", - "version": "4.5.1", + "version": "4.5.2", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "257a1ca672a79dedc852be1285a7b97154646418" + "reference": "15a9eece1305fd26eb1336a78e5a2ee7a4b36214" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/257a1ca672a79dedc852be1285a7b97154646418", - "reference": "257a1ca672a79dedc852be1285a7b97154646418", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/15a9eece1305fd26eb1336a78e5a2ee7a4b36214", + "reference": "15a9eece1305fd26eb1336a78e5a2ee7a4b36214", "shasum": "" }, "require": { @@ -6100,6 +6100,7 @@ "bamarni/composer-bin-plugin": "^1.2", "brianium/paratest": "^4.0||^6.0", "ext-curl": "*", + "php-parallel-lint/php-parallel-lint": "^1.2", "phpdocumentor/reflection-docblock": "^5", "phpmyadmin/sql-parser": "5.1.0||dev-master", "phpspec/prophecy": ">=1.9.0", @@ -6155,9 +6156,9 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.5.1" + "source": "https://github.com/vimeo/psalm/tree/4.5.2" }, - "time": "2021-02-11T19:12:25+00:00" + "time": "2021-02-13T21:45:13+00:00" }, { "name": "webmozart/assert",