From b5d04c030bf8456e216fbbf3fa49d4755328de3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2020 18:26:33 +0000 Subject: [PATCH] composer(deps-dev): bump ergebnis/phpstan-rules from 0.15.1 to 0.15.2 Bumps [ergebnis/phpstan-rules](https://github.com/ergebnis/phpstan-rules) from 0.15.1 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.1...0.15.2) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 36ac6330..358500cc 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ergebnis/composer-normalize": "^2.7.1", "ergebnis/license": "^1.0.0", "ergebnis/php-cs-fixer-config": "^2.2.1", - "ergebnis/phpstan-rules": "~0.15.1", + "ergebnis/phpstan-rules": "~0.15.2", "infection/infection": "~0.13.6", "phpstan/extension-installer": "^1.0.4", "phpstan/phpstan": "~0.12.40", diff --git a/composer.lock b/composer.lock index a2faef2e..c9121723 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": "fd8feb1635c7ad18392fd1908bce4dd4", + "content-hash": "77b4a7d21a9b55cee31a2b7d4de2f4bf", "packages": [ { "name": "ergebnis/classy", @@ -1082,37 +1082,37 @@ }, { "name": "ergebnis/phpstan-rules", - "version": "0.15.1", + "version": "0.15.2", "source": { "type": "git", "url": "https://github.com/ergebnis/phpstan-rules.git", - "reference": "e6e2bbf0edd7f78b26dfd72daa01d28500ad3e6c" + "reference": "87571fcb13e070946e63c50aedb0adb9ead37b23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/e6e2bbf0edd7f78b26dfd72daa01d28500ad3e6c", - "reference": "e6e2bbf0edd7f78b26dfd72daa01d28500ad3e6c", + "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.6.1", + "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.13.6", + "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.1", + "phpunit/phpunit": "^8.5.8", + "psalm/plugin-phpunit": "~0.11.0", "psr/container": "^1.0.0", - "vimeo/psalm": "^3.13.1", + "vimeo/psalm": "^3.14.2", "zendframework/zend-servicemanager": "^2.0.0" }, "type": "phpstan-extension", @@ -1151,7 +1151,7 @@ "type": "github" } ], - "time": "2020-07-31T18:01:05+00:00" + "time": "2020-08-29T09:03:47+00:00" }, { "name": "felixfbecker/advanced-json-rpc",