summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 17:43:25 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-01-10 13:08:31 +0100
commit71c657b33345a5dc94d9c64e4d18fa04e47e3a66 (patch)
treea0e3f778aa18b728741312dc7a71b56d727ee16f
parent148df141569d17eb681989a21727c523f079bc51 (diff)
Bump phpstan/phpstan-doctrine from 1.3.29 to 1.3.31
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.29 to 1.3.31. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.29...1.3.31) --- updated-dependencies: - dependency-name: phpstan/phpstan-doctrine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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",