summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-14 12:00:54 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-11-17 14:51:38 +0100
commitc5802105b0bf791fd4a6fc0d67b1bd96f8775683 (patch)
treec4b736dcf6b6c0e9bbeb4ce78c7d13bc3346a81c
parent72b1099549f1c6954ff3aa9595d51e6e36e2e3aa (diff)
Bump phpstan/phpstan-doctrine from 1.3.22 to 1.3.23
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.22 to 1.3.23. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.22...1.3.23) --- 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.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index b58c3bca8..e8656e1b8 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.2",
- "phpstan/phpstan-doctrine": "^1.3.22",
+ "phpstan/phpstan-doctrine": "^1.3.23",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.2.2",
"phpstan/extension-installer": "^1.2.0",
diff --git a/composer.lock b/composer.lock
index f3b0c1e64..cdc18db30 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": "399ec25fe9526e5e551e21de6a39c9e2",
+ "content-hash": "1d2a8d2139b649bccffc321665a9b3ac",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1168,16 +1168,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.22",
+ "version": "1.3.23",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "5080276a271a4ef71fbe33f4fb68f181dffeb03d"
+ "reference": "964caf844c89134e5c2f19e97cbf8b5d12193779"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/5080276a271a4ef71fbe33f4fb68f181dffeb03d",
- "reference": "5080276a271a4ef71fbe33f4fb68f181dffeb03d",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/964caf844c89134e5c2f19e97cbf8b5d12193779",
+ "reference": "964caf844c89134e5c2f19e97cbf8b5d12193779",
"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.22"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.23"
},
- "time": "2022-11-03T15:13:13+00:00"
+ "time": "2022-11-14T07:46:16+00:00"
},
{
"name": "phpstan/phpstan-phpunit",