From fa3d292bae7c5907e70c57bab6b64fe0423f437d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 06:25:50 +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 e636819f..06ca0ee0 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,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.17.5", "jangregor/phpstan-prophecy": "~0.8.0", "phpstan/extension-installer": "^1.0.5", diff --git a/composer.lock b/composer.lock index 04d64c8d..33df20a9 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": "7d16039560b4b6a6dfb4908621d7df29", + "content-hash": "d09652556569b9d78377cad6973658fa", "packages": [ { "name": "composer/semver", @@ -1085,16 +1085,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": { @@ -1103,19 +1103,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": { @@ -1133,7 +1133,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", @@ -1147,7 +1147,7 @@ "type": "github" } ], - "time": "2020-08-30T10:56:49+00:00" + "time": "2020-10-04T09:36:32+00:00" }, { "name": "felixfbecker/advanced-json-rpc",