Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2021-08-29 23:23:30 +01:00
5 changed files with 100 additions and 131 deletions

28
composer.lock generated
View File

@ -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": "2165259c189ef225a417898ac118f0d3",
"content-hash": "496f03e5049ff36e9c9b38d0edb28f34",
"packages": [
{
"name": "adhocore/json-comment",
@ -1918,16 +1918,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": {
@ -1958,7 +1958,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": [
{
@ -1978,7 +1978,7 @@
"type": "tidelift"
}
],
"time": "2021-08-20T12:53:41+00:00"
"time": "2021-08-21T11:55:13+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
@ -2036,21 +2036,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",
@ -2080,9 +2080,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",