From 13107f459518d675430de55a5a7037179b092218 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 13:39:25 +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 | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 669e939..4ca0714 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 da760c9..fc0018f 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": "a1c6e59d4d32c9c6ae746862881bc3d1", + "content-hash": "77824e5875866e5b3c947c981b17cd79", "packages": [ { "name": "beberlei/assert", @@ -3241,22 +3241,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", @@ -3269,10 +3269,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": { @@ -3285,7 +3290,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",