From 159b10e91e8fc5b469b77d445373280db483a569 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 08:34:52 +0000 Subject: [PATCH] Build(deps-dev): Bump vimeo/psalm from 3.8.2 to 3.8.3 Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/vimeo/psalm/releases) - [Changelog](https://github.com/vimeo/psalm/blob/master/CHANGELOG.md) - [Commits](https://github.com/vimeo/psalm/compare/3.8.2...3.8.3) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index eb9fc391..51a31b76 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan-strict-rules": "~0.12.1", "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.8.1", - "vimeo/psalm": "^3.8.2", + "vimeo/psalm": "^3.8.3", "zendframework/zend-file": "^2.8.3" }, "config": { diff --git a/composer.lock b/composer.lock index bad91a5c..d0001480 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": "6fd9607cb091514ee7a5908bacd8b3a8", + "content-hash": "dc462ec1e5787a7060ab143d990ac82b", "packages": [], "packages-dev": [ { @@ -4921,16 +4921,16 @@ }, { "name": "vimeo/psalm", - "version": "3.8.2", + "version": "3.8.3", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "90d6b73fd8062432030ef39b7b6694b3902daa31" + "reference": "389af1bfc739bfdff3f9e3dc7bd6499aee51a831" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/90d6b73fd8062432030ef39b7b6694b3902daa31", - "reference": "90d6b73fd8062432030ef39b7b6694b3902daa31", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/389af1bfc739bfdff3f9e3dc7bd6499aee51a831", + "reference": "389af1bfc739bfdff3f9e3dc7bd6499aee51a831", "shasum": "" }, "require": { @@ -4950,7 +4950,7 @@ "openlss/lib-array2xml": "^1.0", "php": "^7.1.3", "sebastian/diff": "^3.0", - "symfony/console": "^3.3||^4.0||^5.0", + "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", "webmozart/glob": "^4.1", "webmozart/path-util": "^2.3" }, @@ -4960,7 +4960,6 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.2", "ext-curl": "*", - "friendsofphp/php-cs-fixer": "^2.15", "phpmyadmin/sql-parser": "^5.0", "phpspec/prophecy": ">=1.9.0", "phpunit/phpunit": "^7.5 || ^8.0", @@ -4974,10 +4973,10 @@ }, "bin": [ "psalm", - "psalter", "psalm-language-server", "psalm-plugin", - "psalm-refactor" + "psalm-refactor", + "psalter" ], "type": "library", "extra": { @@ -5012,7 +5011,7 @@ "inspection", "php" ], - "time": "2020-01-07T13:50:31+00:00" + "time": "2020-01-15T03:46:19+00:00" }, { "name": "webmozart/assert",