diff --git a/composer.json b/composer.json index 362c821e..8ff712ef 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan": "~0.12.65", "phpstan/phpstan-deprecation-rules": "~0.12.6", "phpstan/phpstan-phpunit": "~0.12.17", - "phpstan/phpstan-strict-rules": "~0.12.7", + "phpstan/phpstan-strict-rules": "~0.12.8", "phpunit/phpunit": "^8.5.13", "psalm/plugin-phpunit": "~0.12.2", "symfony/filesystem": "^5.1.8", diff --git a/composer.lock b/composer.lock index 27782b6a..8634fc26 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": "ab952b4080b65cb816de41a8bd16fe71", + "content-hash": "5b2e4249e40899ff93d1fbaf9fd69f15", "packages": [ { "name": "ergebnis/json-normalizer", @@ -2444,16 +2444,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.65", + "version": "0.12.66", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "1c7658668b28f8d647a8b874372acf14c4352688" + "reference": "4110a2425c6bd53acbdfcda07885e87b66e9ba3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1c7658668b28f8d647a8b874372acf14c4352688", - "reference": "1c7658668b28f8d647a8b874372acf14c4352688", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4110a2425c6bd53acbdfcda07885e87b66e9ba3e", + "reference": "4110a2425c6bd53acbdfcda07885e87b66e9ba3e", "shasum": "" }, "require": { @@ -2484,7 +2484,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.65" + "source": "https://github.com/phpstan/phpstan/tree/0.12.66" }, "funding": [ { @@ -2500,7 +2500,7 @@ "type": "tidelift" } ], - "time": "2021-01-06T16:51:10+00:00" + "time": "2021-01-11T16:43:15+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -2610,21 +2610,21 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "0.12.7", + "version": "0.12.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "03807e3410747ec18cd5f05a6342384adcc423bf" + "reference": "ee0009302ff5312ca6b92a7330a6b66da0c70f12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/03807e3410747ec18cd5f05a6342384adcc423bf", - "reference": "03807e3410747ec18cd5f05a6342384adcc423bf", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/ee0009302ff5312ca6b92a7330a6b66da0c70f12", + "reference": "ee0009302ff5312ca6b92a7330a6b66da0c70f12", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", - "phpstan/phpstan": "^0.12.60" + "phpstan/phpstan": "^0.12.66" }, "require-dev": { "phing/phing": "^2.16.3", @@ -2655,9 +2655,9 @@ "description": "Extra strict and opinionated rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/0.12.7" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/0.12.8" }, - "time": "2020-12-13T13:27:14+00:00" + "time": "2021-01-11T13:36:23+00:00" }, { "name": "phpunit/php-code-coverage",