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 fa6551f50..7c0d514cd 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.8.2",
- "phpstan/phpstan-doctrine": "^1.3.10",
+ "phpstan/phpstan-doctrine": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.3.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/extension-installer": "^1.1.0",
diff --git a/composer.lock b/composer.lock
index 117f89106..749e2624b 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": "ace9b36a57d3fff2bb36466351d2393a",
+ "content-hash": "ca4178050594bb783e88bb45cfe1884c",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1338,16 +1338,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.10",
+ "version": "1.3.11",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "e6a149b380a4a00aea27a176a09691a8cb5f0cc7"
+ "reference": "3ef6399761bb33fdfa0d5546d4b6e7d8811e8850"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/e6a149b380a4a00aea27a176a09691a8cb5f0cc7",
- "reference": "e6a149b380a4a00aea27a176a09691a8cb5f0cc7",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3ef6399761bb33fdfa0d5546d4b6e7d8811e8850",
+ "reference": "3ef6399761bb33fdfa0d5546d4b6e7d8811e8850",
"shasum": ""
},
"require": {
@@ -1400,9 +1400,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.10"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.11"
},
- "time": "2022-07-13T10:42:52+00:00"
+ "time": "2022-07-20T14:54:37+00:00"
},
{
"name": "phpstan/phpstan-phpunit",