From fceae10c6ceb456e819a543da30ee71f1c98797f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 05:24:00 +0000 Subject: [PATCH] composer(deps-dev): bump vimeo/psalm from 3.14.2 to 3.15 Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.14.2 to 3.15. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/3.14.2...3.15) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 61 ++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 49 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 948862e8..165a2be2 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpunit/phpunit": "^8.5.8", "psalm/plugin-phpunit": "~0.12.1", "symfony/filesystem": "^5.1.4", - "vimeo/psalm": "^3.14.2" + "vimeo/psalm": "^3.15" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index c4201e3c..c6e3865c 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": "2608517a726ee4185c2b75cc1367449a", + "content-hash": "2871e0aeba82cb22e164e3c9ff4b168e", "packages": [], "packages-dev": [ { @@ -345,6 +345,39 @@ ], "time": "2020-08-19T10:27:58+00:00" }, + { + "name": "dnoegel/php-xdg-base-dir", + "version": "v0.1.1", + "source": { + "type": "git", + "url": "https://github.com/dnoegel/php-xdg-base-dir.git", + "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", + "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35" + }, + "type": "library", + "autoload": { + "psr-4": { + "XdgBaseDir\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "implementation of xdg base directory specification for php", + "time": "2019-12-04T15:06:13+00:00" + }, { "name": "doctrine/annotations", "version": "1.10.4", @@ -1664,16 +1697,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.9.0", + "version": "v4.9.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "aaee038b912e567780949787d5fe1977be11a778" + "reference": "88e519766fc58bd46b8265561fb79b54e2e00b28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/aaee038b912e567780949787d5fe1977be11a778", - "reference": "aaee038b912e567780949787d5fe1977be11a778", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/88e519766fc58bd46b8265561fb79b54e2e00b28", + "reference": "88e519766fc58bd46b8265561fb79b54e2e00b28", "shasum": "" }, "require": { @@ -1712,7 +1745,7 @@ "parser", "php" ], - "time": "2020-08-18T19:48:01+00:00" + "time": "2020-08-30T16:15:20+00:00" }, { "name": "openlss/lib-array2xml", @@ -5374,16 +5407,16 @@ }, { "name": "vimeo/psalm", - "version": "3.14.2", + "version": "3.15", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "3538fe1955d47f6ee926c0769d71af6db08aa488" + "reference": "de6e7f324f44dde540ebe7ebd4eb481b97c86f30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/3538fe1955d47f6ee926c0769d71af6db08aa488", - "reference": "3538fe1955d47f6ee926c0769d71af6db08aa488", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/de6e7f324f44dde540ebe7ebd4eb481b97c86f30", + "reference": "de6e7f324f44dde540ebe7ebd4eb481b97c86f30", "shasum": "" }, "require": { @@ -5392,6 +5425,7 @@ "composer/package-versions-deprecated": "^1.8.0", "composer/semver": "^1.4 || ^2.0 || ^3.0", "composer/xdebug-handler": "^1.1", + "dnoegel/php-xdg-base-dir": "^0.1.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", @@ -5420,10 +5454,11 @@ "phpmyadmin/sql-parser": "5.1.0", "phpspec/prophecy": ">=1.9.0", "phpunit/phpunit": "^7.5.16 || ^8.5 || ^9.0", - "psalm/plugin-phpunit": "^0.10", + "psalm/plugin-phpunit": "^0.11", "slevomat/coding-standard": "^5.0", "squizlabs/php_codesniffer": "^3.5", - "symfony/process": "^4.3" + "symfony/process": "^4.3", + "weirdan/prophecy-shim": "^1.0 || ^2.0" }, "suggest": { "ext-igbinary": "^2.0.5" @@ -5467,7 +5502,7 @@ "inspection", "php" ], - "time": "2020-08-22T14:01:26+00:00" + "time": "2020-09-01T22:09:30+00:00" }, { "name": "webmozart/assert",