diff --git a/composer.json b/composer.json index ee701e2b..b22d3175 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "~0.12.95", "phpstan/phpstan-deprecation-rules": "~0.12.6", - "phpstan/phpstan-strict-rules": "~0.12.10", + "phpstan/phpstan-strict-rules": "~0.12.11", "phpunit/phpunit": "^8.5.19", "psalm/plugin-phpunit": "~0.16.1", "vimeo/psalm": "^4.9.3", diff --git a/composer.lock b/composer.lock index ec46da26..9bd13eac 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": "c71180cbf1770841279d2404456fcefc", + "content-hash": "3efe3ca71eaac78d2cc0973eb42b4bf2", "packages": [], "packages-dev": [ { @@ -2315,16 +2315,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.95", + "version": "0.12.96", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "4ffddfe86e85dcc494a47e5f3dcfd1a2dccdce58" + "reference": "a98bdc51318f20fcae8c953d266f81a70254917f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4ffddfe86e85dcc494a47e5f3dcfd1a2dccdce58", - "reference": "4ffddfe86e85dcc494a47e5f3dcfd1a2dccdce58", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a98bdc51318f20fcae8c953d266f81a70254917f", + "reference": "a98bdc51318f20fcae8c953d266f81a70254917f", "shasum": "" }, "require": { @@ -2355,7 +2355,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.95" + "source": "https://github.com/phpstan/phpstan/tree/0.12.96" }, "funding": [ { @@ -2375,7 +2375,7 @@ "type": "tidelift" } ], - "time": "2021-08-20T12:53:41+00:00" + "time": "2021-08-21T11:55:13+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -2430,21 +2430,21 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "0.12.10", + "version": "0.12.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "ce82a050f9da4a32e438272907e38cdd04806223" + "reference": "2b72e8e17d2034145f239126e876e5fb659675e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/ce82a050f9da4a32e438272907e38cdd04806223", - "reference": "ce82a050f9da4a32e438272907e38cdd04806223", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/2b72e8e17d2034145f239126e876e5fb659675e2", + "reference": "2b72e8e17d2034145f239126e876e5fb659675e2", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", - "phpstan/phpstan": "^0.12.66" + "phpstan/phpstan": "^0.12.96" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", @@ -2474,9 +2474,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.10" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/0.12.11" }, - "time": "2021-07-04T14:57:39+00:00" + "time": "2021-08-21T11:36:27+00:00" }, { "name": "phpunit/php-code-coverage",