From 83c8099cd2e8b091de424848fea2d9714206f198 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 17:12:09 +0000 Subject: [PATCH] Build(deps-dev): Bump vimeo/psalm from 3.8.3 to 3.8.4 Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.8.3 to 3.8.4. - [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.3...3.8.4) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 39 ++++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index a7fb5f6d..8d2d1614 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.8.1", "symfony/filesystem": "^4.4.4", - "vimeo/psalm": "^3.8.3" + "vimeo/psalm": "^3.8.4" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index 2b6e215f..7af54856 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": "c654c1d1c45c081fa28683464def3db1", + "content-hash": "01b8cf0ac0ff1d2229870a824a24bf7d", "packages": [], "packages-dev": [ { @@ -86,16 +86,16 @@ }, { "name": "amphp/byte-stream", - "version": "v1.7.1", + "version": "v1.7.2", "source": { "type": "git", "url": "https://github.com/amphp/byte-stream.git", - "reference": "9d8205686a004948475dc43f8a88d2fa5e75a113" + "reference": "1e52f1752b2e20e2a7e464476ef887a2388e3832" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/byte-stream/zipball/9d8205686a004948475dc43f8a88d2fa5e75a113", - "reference": "9d8205686a004948475dc43f8a88d2fa5e75a113", + "url": "https://api.github.com/repos/amphp/byte-stream/zipball/1e52f1752b2e20e2a7e464476ef887a2388e3832", + "reference": "1e52f1752b2e20e2a7e464476ef887a2388e3832", "shasum": "" }, "require": { @@ -141,7 +141,7 @@ "non-blocking", "stream" ], - "time": "2019-10-27T14:33:41+00:00" + "time": "2020-01-29T18:22:23+00:00" }, { "name": "composer/ca-bundle", @@ -3521,16 +3521,16 @@ }, { "name": "symfony/console", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0" + "reference": "f512001679f37e6a042b51897ed24a2f05eba656" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/82437719dab1e6bdd28726af14cb345c2ec816d0", - "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0", + "url": "https://api.github.com/repos/symfony/console/zipball/f512001679f37e6a042b51897ed24a2f05eba656", + "reference": "f512001679f37e6a042b51897ed24a2f05eba656", "shasum": "" }, "require": { @@ -3593,7 +3593,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-12-17T10:32:23+00:00" + "time": "2020-01-25T12:44:29+00:00" }, { "name": "symfony/event-dispatcher", @@ -4423,21 +4423,22 @@ }, { "name": "vimeo/psalm", - "version": "3.8.3", + "version": "3.8.4", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "389af1bfc739bfdff3f9e3dc7bd6499aee51a831" + "reference": "c2972dd759aa98561b75a5d68acfc4b634152464" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/389af1bfc739bfdff3f9e3dc7bd6499aee51a831", - "reference": "389af1bfc739bfdff3f9e3dc7bd6499aee51a831", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/c2972dd759aa98561b75a5d68acfc4b634152464", + "reference": "c2972dd759aa98561b75a5d68acfc4b634152464", "shasum": "" }, "require": { "amphp/amp": "^2.1", "amphp/byte-stream": "^1.5", + "composer/semver": "^1.4", "composer/xdebug-handler": "^1.1", "ext-dom": "*", "ext-json": "*", @@ -4450,8 +4451,8 @@ "nikic/php-parser": "^4.3", "ocramius/package-versions": "^1.2", "openlss/lib-array2xml": "^1.0", - "php": "^7.1.3", - "sebastian/diff": "^3.0", + "php": "^7.1.3|^8", + "sebastian/diff": "^3.0 || ^4.0", "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", "webmozart/glob": "^4.1", "webmozart/path-util": "^2.3" @@ -4464,7 +4465,7 @@ "ext-curl": "*", "phpmyadmin/sql-parser": "^5.0", "phpspec/prophecy": ">=1.9.0", - "phpunit/phpunit": "^7.5 || ^8.0", + "phpunit/phpunit": "^7.5.16 || ^8.0", "psalm/plugin-phpunit": "^0.6", "slevomat/coding-standard": "^5.0", "squizlabs/php_codesniffer": "^3.5", @@ -4513,7 +4514,7 @@ "inspection", "php" ], - "time": "2020-01-15T03:46:19+00:00" + "time": "2020-02-07T15:56:31+00:00" }, { "name": "webmozart/assert",