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 955bfc4c1..c389dbee6 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.7.2",
"phpstan/phpstan": "^1.10.7",
- "phpstan/phpstan-doctrine": "^1.3.36",
+ "phpstan/phpstan-doctrine": "^1.3.37",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpstan/extension-installer": "^1.2.0",
diff --git a/composer.lock b/composer.lock
index 3f3fac966..df8cfe75b 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": "6d2d9a87a8fe7f1c2010b4b431090a34",
+ "content-hash": "11a26fe5c5a5b57194cd91f2d475baff",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1465,16 +1465,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.36",
+ "version": "1.3.37",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "8c22f2499444897941f9162c25f8538217c16f15"
+ "reference": "62bd362b432fe29e175168689510ddd927b698f8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/8c22f2499444897941f9162c25f8538217c16f15",
- "reference": "8c22f2499444897941f9162c25f8538217c16f15",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/62bd362b432fe29e175168689510ddd927b698f8",
+ "reference": "62bd362b432fe29e175168689510ddd927b698f8",
"shasum": ""
},
"require": {
@@ -1529,9 +1529,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.36"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.37"
},
- "time": "2023-03-15T15:10:43+00:00"
+ "time": "2023-03-17T14:57:03+00:00"
},
{
"name": "phpstan/phpstan-phpunit",