summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--composer.lock16
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index da6d415ad..2911f4f5c 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.9.11",
- "phpstan/phpstan-doctrine": "^1.3.31",
+ "phpstan/phpstan-doctrine": "^1.3.32",
"phpstan/phpstan-strict-rules": "^1.4.5",
"phpstan/phpstan-phpunit": "^1.3.3",
"phpstan/extension-installer": "^1.2.0",
diff --git a/composer.lock b/composer.lock
index 8b05a6d00..7d1c76ec2 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": "550252480fd436d6e80bc77a92bc008f",
+ "content-hash": "79362162f37e61998ec9ae36d69e6bb3",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1461,21 +1461,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.31",
+ "version": "1.3.32",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "ed1a207922cc963430d61aa87eac63ceb51f8504"
+ "reference": "4534559a8c08ab3648c6fa09289478780e190ae7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/ed1a207922cc963430d61aa87eac63ceb51f8504",
- "reference": "ed1a207922cc963430d61aa87eac63ceb51f8504",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4534559a8c08ab3648c6fa09289478780e190ae7",
+ "reference": "4534559a8c08ab3648c6fa09289478780e190ae7",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.9.7"
+ "phpstan/phpstan": "^1.9.11"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -1525,9 +1525,9 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
- "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.31"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.32"
},
- "time": "2023-01-08T19:57:59+00:00"
+ "time": "2023-01-12T13:39:08+00:00"
},
{
"name": "phpstan/phpstan-phpunit",