summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-05 12:05:27 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-10-05 14:17:30 +0200
commitf5d37679fa55fd2b649dde0e1a0301ca033c280c (patch)
tree787eb5c342f45045236e74a0ed4fe4a5e8faece0
parente8e838b16f4f975a556f3325af391e1cf25bd69e (diff)
Bump phpstan/phpstan-doctrine from 1.3.15 to 1.3.16
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.15 to 1.3.16. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.15...1.3.16) --- 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.lock26
2 files changed, 14 insertions, 14 deletions
diff --git a/composer.json b/composer.json
index b86100fb4..898186b5c 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.6",
- "phpstan/phpstan-doctrine": "^1.3.15",
+ "phpstan/phpstan-doctrine": "^1.3.16",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/extension-installer": "^1.1.0",
diff --git a/composer.lock b/composer.lock
index 60e1c33e3..045e3cf4c 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": "6d7071740b5dae2c1570a19246d0cf1f",
+ "content-hash": "f31e493383be80abeea4866b0e7fa7c3",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1059,16 +1059,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.8.6",
+ "version": "1.8.7",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618"
+ "reference": "536ff0ed719b5679e9f09c17aeaee9b31969cb8e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c386ab2741e64cc9e21729f891b28b2b10fe6618",
- "reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/536ff0ed719b5679e9f09c17aeaee9b31969cb8e",
+ "reference": "536ff0ed719b5679e9f09c17aeaee9b31969cb8e",
"shasum": ""
},
"require": {
@@ -1098,7 +1098,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.8.6"
+ "source": "https://github.com/phpstan/phpstan/tree/1.8.7"
},
"funding": [
{
@@ -1114,7 +1114,7 @@
"type": "tidelift"
}
],
- "time": "2022-09-23T09:54:39+00:00"
+ "time": "2022-10-04T14:09:33+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
@@ -1168,16 +1168,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.15",
+ "version": "1.3.16",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "93fe8c18ee955009e2033efeb64284b4e4df66a0"
+ "reference": "2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/93fe8c18ee955009e2033efeb64284b4e4df66a0",
- "reference": "93fe8c18ee955009e2033efeb64284b4e4df66a0",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25",
+ "reference": "2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25",
"shasum": ""
},
"require": {
@@ -1231,9 +1231,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.15"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.16"
},
- "time": "2022-09-29T20:11:01+00:00"
+ "time": "2022-10-05T08:47:34+00:00"
},
{
"name": "phpstan/phpstan-phpunit",