diff --git a/composer.json b/composer.json index dc62a72..e3f000b 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "doctrine/coding-standard": "^6.0", "infection/infection": "^0.15.0", "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.4", diff --git a/composer.lock b/composer.lock index 8bf0475..deab81c 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": "e9b4565b6e41f105c47f58ea3f1bcb27", + "content-hash": "6b42313d24eccc8af92c18bd80823924", "packages": [ { "name": "beberlei/assert", @@ -3287,22 +3287,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", @@ -3315,10 +3315,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": { @@ -3331,7 +3336,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",