From 6375becbd6654519bb376c4b69e2cfb89ddf1a12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 20:35:34 +0000 Subject: [PATCH] Bump phpstan/phpstan-beberlei-assert from 0.11 to 0.11.2 Bumps [phpstan/phpstan-beberlei-assert](https://github.com/phpstan/phpstan-beberlei-assert) from 0.11 to 0.11.2. - [Release notes](https://github.com/phpstan/phpstan-beberlei-assert/releases) - [Commits](https://github.com/phpstan/phpstan-beberlei-assert/compare/0.11...0.11.2) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 31 ++++++++++++++++++------------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 5f61a69..b8d222d 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "doctrine/coding-standard": "^6.0", "infection/infection": "^0.15.2", "phpstan/phpstan": "^0.11.19", - "phpstan/phpstan-beberlei-assert": "^0.11.0", + "phpstan/phpstan-beberlei-assert": "^0.11.2", "phpstan/phpstan-phpunit": "^0.11.0", "phpstan/phpstan-strict-rules": "^0.11.0", "phpunit/phpunit": "^8.5", diff --git a/composer.lock b/composer.lock index 303841f..6741b1d 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": "365c47343cc42eae001b8defd0632f81", + "content-hash": "4ff30ad1ccc761cef859e76d9d5c4652", "packages": [ { "name": "beberlei/assert", @@ -2702,16 +2702,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.3.0", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc" + "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc", - "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120", + "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120", "shasum": "" }, "require": { @@ -2750,7 +2750,7 @@ "parser", "php" ], - "time": "2019-11-08T13:50:10+00:00" + "time": "2020-04-10T16:34:50+00:00" }, { "name": "openlss/lib-array2xml", @@ -3238,22 +3238,22 @@ }, { "name": "phpstan/phpstan-beberlei-assert", - "version": "0.11", + "version": "0.11.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-beberlei-assert.git", - "reference": "4d44503408d00bcb0fbfbe9a64826f4f67895072" + "reference": "07b88f882931f9fa1320fa0f67836aee71bcb435" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-beberlei-assert/zipball/4d44503408d00bcb0fbfbe9a64826f4f67895072", - "reference": "4d44503408d00bcb0fbfbe9a64826f4f67895072", + "url": "https://api.github.com/repos/phpstan/phpstan-beberlei-assert/zipball/07b88f882931f9fa1320fa0f67836aee71bcb435", + "reference": "07b88f882931f9fa1320fa0f67836aee71bcb435", "shasum": "" }, "require": { "nikic/php-parser": "^4.0", "php": "~7.1", - "phpstan/phpstan": "^0.11" + "phpstan/phpstan": "^0.11.6" }, "require-dev": { "beberlei/assert": "^2.9.5", @@ -3266,10 +3266,15 @@ "phpunit/phpunit": "^7.1.3", "slevomat/coding-standard": "^4.5.2" }, - "type": "library", + "type": "phpstan-extension", "extra": { "branch-alias": { "dev-master": "0.11-dev" + }, + "phpstan": { + "includes": [ + "extension.neon" + ] } }, "autoload": { @@ -3282,7 +3287,7 @@ "MIT" ], "description": "PHPStan beberlei/assert extension", - "time": "2019-01-02T11:45:21+00:00" + "time": "2019-10-10T07:57:31+00:00" }, { "name": "phpstan/phpstan-phpunit",