From e75b4a3adfc3d6fe9550cb7e18edd75f244ca940 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 07:08:07 +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 16d3a171..85d4f61f 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.8.1", "symfony/filesystem": "^4.4.0", - "vimeo/psalm": "^3.8.2" + "vimeo/psalm": "^3.8.3" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index c2d5f114..128c682e 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": "eaa210dab80fa3aecac37845cd24d474", + "content-hash": "abeadf96ba24f2702948f712df21cf40", "packages": [ { "name": "composer/semver", @@ -4522,16 +4522,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": { @@ -4551,7 +4551,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" }, @@ -4561,7 +4561,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", @@ -4575,10 +4574,10 @@ }, "bin": [ "psalm", - "psalter", "psalm-language-server", "psalm-plugin", - "psalm-refactor" + "psalm-refactor", + "psalter" ], "type": "library", "extra": { @@ -4613,7 +4612,7 @@ "inspection", "php" ], - "time": "2020-01-07T13:50:31+00:00" + "time": "2020-01-15T03:46:19+00:00" }, { "name": "webmozart/assert",