From 8d71e31d473238635570f5ae413310f6a65798da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 23:25:19 +0000 Subject: [PATCH] Build(deps-dev): Bump psalm/plugin-phpunit from 0.9.2 to 0.10.0 Bumps [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/psalm/psalm-plugin-phpunit/releases) - [Commits](https://github.com/psalm/psalm-plugin-phpunit/compare/0.9.2...0.10.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 28 +++++++++++----------------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 18830f79..55d1923d 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-phpunit": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", - "psalm/plugin-phpunit": "~0.9.2", + "psalm/plugin-phpunit": "~0.10.0", "vimeo/psalm": "^3.10.1" }, "config": { diff --git a/composer.lock b/composer.lock index a085d082..bb78e5bc 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": "e72b2834b23641d9f152728d992d474f", + "content-hash": "64bc5c9cdc07961d421ed23dbe2f4670", "packages": [ { "name": "ergebnis/classy", @@ -2750,26 +2750,28 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.9.2", + "version": "0.10.0", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-phpunit.git", - "reference": "ebfae6c31922536b312bbc3388a1a2153d630020" + "reference": "12b3978cea0e9ad3aa3a127a93d3b8a1ce0eb2af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/ebfae6c31922536b312bbc3388a1a2153d630020", - "reference": "ebfae6c31922536b312bbc3388a1a2153d630020", + "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/12b3978cea0e9ad3aa3a127a93d3b8a1ce0eb2af", + "reference": "12b3978cea0e9ad3aa3a127a93d3b8a1ce0eb2af", "shasum": "" }, "require": { "composer/semver": "^1.4", + "ext-simplexml": "*", "ocramius/package-versions": "^1.3", - "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0", + "php": "^7.1.3", + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", "vimeo/psalm": "^3.6.2 || dev-master" }, "require-dev": { - "codeception/base": "^2.5", + "codeception/codeception": "^4.0.3", "squizlabs/php_codesniffer": "^3.3.1", "weirdan/codeception-psalm-module": "^0.4.0" }, @@ -2781,15 +2783,7 @@ }, "autoload": { "psr-4": { - "Psalm\\PhpUnitPlugin\\": [ - "." - ], - "Psalm\\PhpUnitPlugin\\Hooks\\": [ - "hooks" - ], - "Psalm\\PhpUnitPlugin\\Exception\\": [ - "Exception" - ] + "Psalm\\PhpUnitPlugin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2803,7 +2797,7 @@ } ], "description": "Psalm plugin for PHPUnit", - "time": "2020-04-01T21:20:23+00:00" + "time": "2020-04-05T22:49:26+00:00" }, { "name": "psr/container",