From c04c24846861e16db07af28ac91a16f8e3959237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 05:44:47 +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 5fe1812f..2d3fd01e 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ergebnis/license": "^1.1.0", "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 13faff97..8695aca8 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": "7e01726060b9e7c2bf9cb8952ba41551", + "content-hash": "a1a105bbee5b3b6029580ff5c6180fce", "packages": [ { "name": "ergebnis/json-printer", @@ -1014,16 +1014,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": { @@ -1032,19 +1032,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": { @@ -1062,7 +1062,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", @@ -1076,7 +1076,7 @@ "type": "github" } ], - "time": "2020-08-30T10:56:49+00:00" + "time": "2020-10-04T09:36:32+00:00" }, { "name": "felixfbecker/advanced-json-rpc",