summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--composer.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 15ccf21c2..b58c3bca8 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,7 @@
"require-dev": {
"phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.7.1",
- "phpstan/phpstan": "^1.9.0",
+ "phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-doctrine": "^1.3.22",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.2.2",
diff --git a/composer.lock b/composer.lock
index aca10cd79..f3b0c1e64 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": "870253c3a6ac00e3c791eba0cc77bc3b",
+ "content-hash": "399ec25fe9526e5e551e21de6a39c9e2",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1059,16 +1059,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.9.1",
+ "version": "1.9.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f"
+ "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f",
- "reference": "a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa",
+ "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa",
"shasum": ""
},
"require": {
@@ -1098,7 +1098,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.9.1"
+ "source": "https://github.com/phpstan/phpstan/tree/1.9.2"
},
"funding": [
{
@@ -1114,7 +1114,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-04T13:35:59+00:00"
+ "time": "2022-11-10T09:56:11+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",