From 7b6d50ffe08cc6877af8a1a0c2459bd645100ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2020 11:38:13 +0000 Subject: [PATCH] composer(deps-dev): bump ergebnis/phpstan-rules from 0.15.0 to 0.15.2 Bumps [ergebnis/phpstan-rules](https://github.com/ergebnis/phpstan-rules) from 0.15.0 to 0.15.2. - [Release notes](https://github.com/ergebnis/phpstan-rules/releases) - [Changelog](https://github.com/ergebnis/phpstan-rules/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/phpstan-rules/compare/0.15.0...0.15.2) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 42 +++++++++++++++--------------------------- 2 files changed, 16 insertions(+), 28 deletions(-) diff --git a/composer.json b/composer.json index fa45267b..3f18cb46 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "ergebnis/license": "^1.0.0", "ergebnis/php-cs-fixer-config": "^2.2.1", - "ergebnis/phpstan-rules": "~0.15.0", + "ergebnis/phpstan-rules": "~0.15.2", "ergebnis/test-util": "^1.1.0", "infection/infection": "~0.13.6", "jangregor/phpstan-prophecy": "~0.8.0", diff --git a/composer.lock b/composer.lock index 7a40df3f..885d4898 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": "7a9278bee1a9af906c46022b864bc9bb", + "content-hash": "95f64a032f592594fdf614bdb37fe8f9", "packages": [ { "name": "ergebnis/json-printer", @@ -977,37 +977,37 @@ }, { "name": "ergebnis/phpstan-rules", - "version": "0.15.0", + "version": "0.15.2", "source": { "type": "git", "url": "https://github.com/ergebnis/phpstan-rules.git", - "reference": "f0c49d0efdaebd9e663e9e5637253ebcc41048d7" + "reference": "87571fcb13e070946e63c50aedb0adb9ead37b23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/f0c49d0efdaebd9e663e9e5637253ebcc41048d7", - "reference": "f0c49d0efdaebd9e663e9e5637253ebcc41048d7", + "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/87571fcb13e070946e63c50aedb0adb9ead37b23", + "reference": "87571fcb13e070946e63c50aedb0adb9ead37b23", "shasum": "" }, "require": { "ext-mbstring": "*", "nikic/php-parser": "^4.2.3", - "php": "^7.1", + "php": "^7.2", "phpstan/phpstan": "~0.11.15 || ~0.12.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.5.1", - "ergebnis/license": "~1.0.0", - "ergebnis/php-cs-fixer-config": "^2.1.2", - "ergebnis/test-util": "~1.0.0", - "infection/infection": "~0.13.6", + "ergebnis/composer-normalize": "^2.7.1", + "ergebnis/license": "^1.0.0", + "ergebnis/php-cs-fixer-config": "^2.2.1", + "ergebnis/test-util": "^1.0.0", + "infection/infection": "~0.15.3", "nette/di": "^3.0.1", "phpstan/phpstan-deprecation-rules": "~0.11.2", "phpstan/phpstan-strict-rules": "~0.11.1", - "phpunit/phpunit": "^7.5.20", - "psalm/plugin-phpunit": "~0.10.0", + "phpunit/phpunit": "^8.5.8", + "psalm/plugin-phpunit": "~0.11.0", "psr/container": "^1.0.0", - "vimeo/psalm": "^3.11.2", + "vimeo/psalm": "^3.14.2", "zendframework/zend-servicemanager": "^2.0.0" }, "type": "phpstan-extension", @@ -1041,24 +1041,12 @@ "phpstan-rules" ], "funding": [ - { - "url": "https://paypal.me/localheinz", - "type": "custom" - }, - { - "url": "https://www.amazon.de/hz/wishlist/ls/2NCHMSJ4BC1OW", - "type": "custom" - }, - { - "url": "https://www.buymeacoffee.com/localheinz", - "type": "custom" - }, { "url": "https://github.com/localheinz", "type": "github" } ], - "time": "2020-05-10T18:39:28+00:00" + "time": "2020-08-29T09:03:47+00:00" }, { "name": "ergebnis/test-util",