summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-13 13:42:58 +0100
committerGitHub <noreply@github.com>2022-12-13 13:42:58 +0100
commit37535173fcf6a996897144c1896fadcf600c4eb1 (patch)
tree82c4a660058f5d7ffb05335b6242d401a6a5c08a
parent1d5d7e349a0df1b6bb180e40fa2ee365047f9354 (diff)
Bump phpstan/phpstan-doctrine from 1.3.23 to 1.3.26 (#2016)
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.23 to 1.3.26. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.23...1.3.26) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 a0614035c..808e4cf38 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.23",
+ "phpstan/phpstan-doctrine": "^1.3.26",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.3.0",
"phpstan/extension-installer": "^1.2.0",
diff --git a/composer.lock b/composer.lock
index 659d7473b..40d0f966d 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": "c63be833bc0848916c9e60966b931975",
+ "content-hash": "cf031d2b52c1a23ae9a58e2e49dc2c67",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1353,16 +1353,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.9.2",
+ "version": "1.9.3",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa"
+ "reference": "709999b91448d4f2bb07daffffedc889b33e461c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa",
- "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/709999b91448d4f2bb07daffffedc889b33e461c",
+ "reference": "709999b91448d4f2bb07daffffedc889b33e461c",
"shasum": ""
},
"require": {
@@ -1392,7 +1392,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.9.2"
+ "source": "https://github.com/phpstan/phpstan/tree/1.9.3"
},
"funding": [
{
@@ -1408,7 +1408,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-10T09:56:11+00:00"
+ "time": "2022-12-13T10:28:10+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
@@ -1462,16 +1462,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.23",
+ "version": "1.3.26",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "964caf844c89134e5c2f19e97cbf8b5d12193779"
+ "reference": "1ecde5c3817b96b9cff8fbcfb38027990c63cb38"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/964caf844c89134e5c2f19e97cbf8b5d12193779",
- "reference": "964caf844c89134e5c2f19e97cbf8b5d12193779",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/1ecde5c3817b96b9cff8fbcfb38027990c63cb38",
+ "reference": "1ecde5c3817b96b9cff8fbcfb38027990c63cb38",
"shasum": ""
},
"require": {
@@ -1525,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.23"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.26"
},
- "time": "2022-11-14T07:46:16+00:00"
+ "time": "2022-12-12T17:38:51+00:00"
},
{
"name": "phpstan/phpstan-phpunit",