summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-09 16:29:33 +0100
committerGitHub <noreply@github.com>2022-11-09 16:29:33 +0100
commit59d8d3142d7dd7c3d38ef7ced4c8a39407a60e1e (patch)
tree1b2a27359adf5bd0f3f84565d757113760f16f4c
parent8cfb8b6961bf5322d77470767f068a0d9fb69d94 (diff)
Bump phpstan/phpstan-doctrine from 1.3.21 to 1.3.22 (#1978)
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.21 to 1.3.22. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.21...1.3.22) --- 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 734314844..15ccf21c2 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.0",
- "phpstan/phpstan-doctrine": "^1.3.21",
+ "phpstan/phpstan-doctrine": "^1.3.22",
"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 3d7444857..aca10cd79 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": "24f009c29538560f33a0ecd68a535029",
+ "content-hash": "870253c3a6ac00e3c791eba0cc77bc3b",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1059,16 +1059,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.9.0",
+ "version": "1.9.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "e08de53a5eec983de78a787a88e72518cf8fe43a"
+ "reference": "a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e08de53a5eec983de78a787a88e72518cf8fe43a",
- "reference": "e08de53a5eec983de78a787a88e72518cf8fe43a",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f",
+ "reference": "a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f",
"shasum": ""
},
"require": {
@@ -1098,7 +1098,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.9.0"
+ "source": "https://github.com/phpstan/phpstan/tree/1.9.1"
},
"funding": [
{
@@ -1114,7 +1114,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T07:26:48+00:00"
+ "time": "2022-11-04T13:35:59+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
@@ -1168,16 +1168,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.21",
+ "version": "1.3.22",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "3243a3876ad465ed905332f4e6878bfe1ecbea69"
+ "reference": "5080276a271a4ef71fbe33f4fb68f181dffeb03d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3243a3876ad465ed905332f4e6878bfe1ecbea69",
- "reference": "3243a3876ad465ed905332f4e6878bfe1ecbea69",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/5080276a271a4ef71fbe33f4fb68f181dffeb03d",
+ "reference": "5080276a271a4ef71fbe33f4fb68f181dffeb03d",
"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.21"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.22"
},
- "time": "2022-10-26T08:50:00+00:00"
+ "time": "2022-11-03T15:13:13+00:00"
},
{
"name": "phpstan/phpstan-phpunit",