summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--composer.lock15
2 files changed, 9 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 54211bb1c..41f4ca398 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.8",
- "phpstan/phpstan-doctrine": "^1.3.29",
+ "phpstan/phpstan-doctrine": "^1.3.31",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.3.3",
"phpstan/extension-installer": "^1.2.0",
diff --git a/composer.lock b/composer.lock
index 1f80f9059..2a25faad1 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": "367fe38c351579d7bb4a3bd5a117d39f",
+ "content-hash": "143356719c944e2d58ce42e5932de5b8",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1461,16 +1461,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.29",
+ "version": "1.3.31",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3"
+ "reference": "ed1a207922cc963430d61aa87eac63ceb51f8504"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3",
- "reference": "4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/ed1a207922cc963430d61aa87eac63ceb51f8504",
+ "reference": "ed1a207922cc963430d61aa87eac63ceb51f8504",
"shasum": ""
},
"require": {
@@ -1485,6 +1485,7 @@
"doctrine/persistence": "<1.3"
},
"require-dev": {
+ "composer/semver": "^3.3.2",
"doctrine/annotations": "^1.11.0",
"doctrine/collections": "^1.6",
"doctrine/common": "^2.7 || ^3.0",
@@ -1524,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.29"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.31"
},
- "time": "2023-01-04T21:51:32+00:00"
+ "time": "2023-01-08T19:57:59+00:00"
},
{
"name": "phpstan/phpstan-phpunit",