From 02ce3e059bfdb01c93b5b40d00789b9fcce1a768 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 07:36:13 +0000 Subject: [PATCH] Build(deps-dev): Bump ergebnis/test-util from 0.9.1 to 1.0.0 Bumps [ergebnis/test-util](https://github.com/ergebnis/test-util) from 0.9.1 to 1.0.0. - [Release notes](https://github.com/ergebnis/test-util/releases) - [Changelog](https://github.com/ergebnis/test-util/blob/master/CHANGELOG.md) - [Commits](https://github.com/ergebnis/test-util/compare/0.9.1...1.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 59 ++++++++++++++++++++++++++++----------------------- 2 files changed, 34 insertions(+), 27 deletions(-) diff --git a/composer.json b/composer.json index 92ad29b0..e52a1000 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ergebnis/composer-normalize": "^2.3.0", "ergebnis/license": "~0.1.0", "ergebnis/php-cs-fixer-config": "^2.1.0", - "ergebnis/test-util": "~0.9.1", + "ergebnis/test-util": "~1.0.0", "infection/infection": "~0.13.6", "nette/di": "^3.0.1", "phpstan/phpstan-deprecation-rules": "~0.11.2", diff --git a/composer.lock b/composer.lock index 03ba9236..2be7699a 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": "127d1c4574e607e628730a6af8406eef", + "content-hash": "e705b682110f5a2779b95dd8c614959e", "packages": [ { "name": "composer/xdebug-handler", @@ -1721,16 +1721,16 @@ }, { "name": "ergebnis/classy", - "version": "0.5.2", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/ergebnis/classy.git", - "reference": "e8e1b6f17c82389eb1d232acd6aac290286b3259" + "reference": "a763926a0a1e908cc30317494ea8bba6440e41e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/classy/zipball/e8e1b6f17c82389eb1d232acd6aac290286b3259", - "reference": "e8e1b6f17c82389eb1d232acd6aac290286b3259", + "url": "https://api.github.com/repos/ergebnis/classy/zipball/a763926a0a1e908cc30317494ea8bba6440e41e7", + "reference": "a763926a0a1e908cc30317494ea8bba6440e41e7", "shasum": "" }, "require": { @@ -1738,17 +1738,20 @@ "php": "^7.1" }, "require-dev": { - "ergebnis/composer-normalize": "^1.3.1", - "ergebnis/phpstan-rules": "~0.13.0", + "ergebnis/composer-normalize": "^2.2.2", + "ergebnis/license": "~0.1.0", + "ergebnis/php-cs-fixer-config": "^2.0.0", + "ergebnis/phpstan-rules": "~0.14.2", "ergebnis/test-util": "~0.7.0", "infection/infection": "~0.13.6", - "localheinz/php-cs-fixer-config": "~1.24.0", "phpbench/phpbench": "~0.16.10", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.11.19", - "phpstan/phpstan-deprecation-rules": "~0.11.2", - "phpstan/phpstan-strict-rules": "~0.11.1", - "phpunit/phpunit": "^7.5.18", + "phpstan/phpstan": "~0.12.7", + "phpstan/phpstan-deprecation-rules": "~0.12.2", + "phpstan/phpstan-strict-rules": "~0.12.2", + "phpunit/phpunit": "^7.5.20", + "psalm/plugin-phpunit": "~0.8.1", + "vimeo/psalm": "^3.8.3", "zendframework/zend-file": "^2.8.3" }, "type": "library", @@ -1769,7 +1772,7 @@ ], "description": "Provides a way to collect classy constructs from source or a directory.", "homepage": "https://github.com/ergebnis/classy", - "time": "2019-12-19T08:25:00+00:00" + "time": "2020-01-21T08:19:00+00:00" }, { "name": "ergebnis/composer-normalize", @@ -2070,33 +2073,37 @@ }, { "name": "ergebnis/test-util", - "version": "0.9.1", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/ergebnis/test-util.git", - "reference": "c6c40aa40fca705d8756816afb529adc9b083e42" + "reference": "44bdb78d14fbaf6411002c16022fd1bb7327ad37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/test-util/zipball/c6c40aa40fca705d8756816afb529adc9b083e42", - "reference": "c6c40aa40fca705d8756816afb529adc9b083e42", + "url": "https://api.github.com/repos/ergebnis/test-util/zipball/44bdb78d14fbaf6411002c16022fd1bb7327ad37", + "reference": "44bdb78d14fbaf6411002c16022fd1bb7327ad37", "shasum": "" }, "require": { - "ergebnis/classy": "~0.5.1", + "ergebnis/classy": "^1.0.0", "fzaninotto/faker": "^1.9.0", "php": "^7.1" }, "require-dev": { - "ergebnis/composer-normalize": "^1.3.1", - "ergebnis/phpstan-rules": "~0.13.0", + "ergebnis/composer-normalize": "^2.2.4", + "ergebnis/license": "~0.1.0", + "ergebnis/php-cs-fixer-config": "^2.1.0", + "ergebnis/phpstan-rules": "~0.14.3", "infection/infection": "~0.13.6", - "localheinz/php-cs-fixer-config": "~1.24.0", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.11.19", - "phpstan/phpstan-phpunit": "~0.11.2", - "phpstan/phpstan-strict-rules": "~0.11.1", - "phpunit/phpunit": "^7.5.18" + "phpstan/phpstan": "~0.12.14", + "phpstan/phpstan-deprecation-rules": "~0.12.2", + "phpstan/phpstan-phpunit": "~0.12.6", + "phpstan/phpstan-strict-rules": "~0.12.2", + "phpunit/phpunit": "^7.5.20", + "psalm/plugin-phpunit": "~0.9.0", + "vimeo/psalm": "^3.9.5" }, "type": "library", "autoload": { @@ -2122,7 +2129,7 @@ "phpunit", "test" ], - "time": "2019-12-19T09:08:28+00:00" + "time": "2020-03-11T11:08:49+00:00" }, { "name": "felixfbecker/advanced-json-rpc",