From 725cebc5fa61a03352ca1cf2f29e3735a22238e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 07:11:01 +0000 Subject: [PATCH] composer(deps-dev): bump ergebnis/test-util from 1.1.0 to 1.2.0 Bumps [ergebnis/test-util](https://github.com/ergebnis/test-util) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/ergebnis/test-util/releases) - [Changelog](https://github.com/ergebnis/test-util/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/test-util/compare/1.1.0...1.2.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index c423cadb..c4999e49 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "ergebnis/composer-normalize": "^2.8.2", "ergebnis/php-cs-fixer-config": "^2.2.2", "ergebnis/phpstan-rules": "~0.15.2", - "ergebnis/test-util": "^1.1.0", + "ergebnis/test-util": "^1.2.0", "infection/infection": "~0.15.3", "jangregor/phpstan-prophecy": "~0.8.0", "phpstan/extension-installer": "^1.0.5", diff --git a/composer.lock b/composer.lock index b01c5158..edddeb02 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": "afb65a60a92ace666d740f42452bfe2a", + "content-hash": "40fdf05e7951a661675832546c0bbab0", "packages": [], "packages-dev": [ { @@ -1020,16 +1020,16 @@ }, { "name": "ergebnis/test-util", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/ergebnis/test-util.git", - "reference": "bbb15e417b44044a93ac083fa1d73ae5551c7505" + "reference": "5b0f606becadf7158ca86a123c9d7de795efaff8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/test-util/zipball/bbb15e417b44044a93ac083fa1d73ae5551c7505", - "reference": "bbb15e417b44044a93ac083fa1d73ae5551c7505", + "url": "https://api.github.com/repos/ergebnis/test-util/zipball/5b0f606becadf7158ca86a123c9d7de795efaff8", + "reference": "5b0f606becadf7158ca86a123c9d7de795efaff8", "shasum": "" }, "require": { @@ -1038,19 +1038,19 @@ "php": "^7.2 || ^8.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.7.1", - "ergebnis/license": "^1.0.0", - "ergebnis/php-cs-fixer-config": "^2.2.1", + "ergebnis/composer-normalize": "^2.8.2", + "ergebnis/license": "^1.1.0", + "ergebnis/php-cs-fixer-config": "^2.2.2", "ergebnis/phpstan-rules": "~0.15.2", "infection/infection": "~0.15.3", - "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.40", + "phpstan/extension-installer": "^1.0.5", + "phpstan/phpstan": "~0.12.48", "phpstan/phpstan-deprecation-rules": "~0.12.5", "phpstan/phpstan-phpunit": "~0.12.16", - "phpstan/phpstan-strict-rules": "~0.12.4", + "phpstan/phpstan-strict-rules": "~0.12.5", "phpunit/phpunit": "^8.5.8", - "psalm/plugin-phpunit": "~0.11.0", - "vimeo/psalm": "^3.14.2" + "psalm/plugin-phpunit": "~0.12.2", + "vimeo/psalm": "^3.16" }, "type": "library", "autoload": { @@ -1068,7 +1068,7 @@ "email": "am@localheinz.com" } ], - "description": "Provides utilities for tests.", + "description": "Provides a helper trait and generic data providers for tests.", "homepage": "https://github.com/ergebnis/test-util", "keywords": [ "assertion", @@ -1082,7 +1082,7 @@ "type": "github" } ], - "time": "2020-08-30T10:56:49+00:00" + "time": "2020-10-04T09:36:32+00:00" }, { "name": "felixfbecker/advanced-json-rpc",