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 b73972582..e80ffb5b9 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.1",
- "phpstan/phpstan-doctrine": "^1.2.11",
+ "phpstan/phpstan-doctrine": "^1.3.10",
"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 dd4a72fc4..a76b54929 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": "20900c849f8f869fae31c4567d75925a",
+ "content-hash": "00d8eb282a029cd4da4f69ff70463619",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1338,21 +1338,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.9",
+ "version": "1.3.10",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "e0281f8acec4ca743403b959885315508c9b3351"
+ "reference": "e6a149b380a4a00aea27a176a09691a8cb5f0cc7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/e0281f8acec4ca743403b959885315508c9b3351",
- "reference": "e0281f8acec4ca743403b959885315508c9b3351",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/e6a149b380a4a00aea27a176a09691a8cb5f0cc7",
+ "reference": "e6a149b380a4a00aea27a176a09691a8cb5f0cc7",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.7.3"
+ "phpstan/phpstan": "^1.8.0"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -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.9"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.10"
},
- "time": "2022-06-06T09:18:01+00:00"
+ "time": "2022-07-13T10:42:52+00:00"
},
{
"name": "phpstan/phpstan-phpunit",