From 94c99a0112aa2856a8a1150a7c76ba2539bbda3e 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:22 +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 b1d0aab7..3bef1199 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,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", "symfony/filesystem": "^4.4.7", "vimeo/psalm": "^3.10.1" }, diff --git a/composer.lock b/composer.lock index c825c21f..b5bbfab3 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": "693f03170e1ef920561d8d1dd2df18b2", + "content-hash": "41292f066865d7a26479b626af9c6cf9", "packages": [], "packages-dev": [ { @@ -2811,26 +2811,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" }, @@ -2842,15 +2844,7 @@ }, "autoload": { "psr-4": { - "Psalm\\PhpUnitPlugin\\": [ - "." - ], - "Psalm\\PhpUnitPlugin\\Hooks\\": [ - "hooks" - ], - "Psalm\\PhpUnitPlugin\\Exception\\": [ - "Exception" - ] + "Psalm\\PhpUnitPlugin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2864,7 +2858,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",